#6d98f2

Color #6D98F2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6D98F2

Tints of Cornflower Blue #6D98F2

Color information

#6D98F2 (or 0x6D98F2) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 98 and F2. RGB value is (109,152,242). Sum of RGB (Red+Green+Blue) = 109+152+242=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D98F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D98F2 is #92670D. Grayscale: #959595. Windows color (decimal): -9594638 or 15898733. OLE color: 15898733.

HSL color Cylindrical-coordinate representation of color #6D98F2: hue angle of 220.6º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D98F2 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109152242-
CMYK0.550.3700.05
HSL220.6º83.65%68.82%-
HSV(B)220.6º54.96%94.9%-
XYZ33.5632.1288.43-
YUV149.4180.2599.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 21.67%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 242 (94.92% from 255) = 48.11%
R=21.67%
G=30.22%
B=48.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1091522420.550.3700.05220.683.6568.82
Hex6D98F2372505dd5445
Octal155230362674505335124105
Binary1101101100110001111001011011110010101011101110110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d98f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6d98f2; }

 p { color: rgb(109,152,242); }

 H1.HeaderClassName
 {
   color: #6d98f2;
 }
 .AnyTagClassName
 {
   color: #6d98f2;
 }
</style>
background-color css

<style>
 a { background-color: #6d98f2; }

 a { background-color: rgb(109,152,242); }

 div.DivClassName
 {
   background-color: #6d98f2;
 }
 .BgClassName
 {
   background-color: #6d98f2;
 }
</style>
border-color css

<style>
 span { border-color: #6d98f2; }

 span { border-color: rgb(109,152,242); }

 td.TdClassName
 {
   border-color: #6d98f2;
 }
 .TagClassName
 {
   border-color: #6d98f2;
 }
</style>