Html Css Color HEX #6F98DA Cornflower Blue

📋 copy color: '#6F98DA'

red 111 ◦ green 152 ◦ blue 218

#6F98DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6F98DA

Tints of Cornflower Blue #6F98DA

RGB

 RED value IS 111 (43.75% from 255) = 23.08%

 GREEN value IS 152 (59.77% from 255) = 31.6%

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 23.08%
G = 31.6%
B = 45.32%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F98DA (or 0x6F98DA) is known color: Cornflower Blue. HEX triplet: 6F, 98 and DA. RGB value is (111,152,218). Sum of RGB (Red+Green+Blue) = 111+152+218=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F98DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98DA is #906725. Grayscale: #929292. Windows color (decimal): -9463590 or 14325871. OLE color: 14325871.

HSL color Cylindrical-coordinate representation of color #6F98DA: hue angle of 217.01º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F98DA is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 152 218 -
CMYK 0.49 0.30 0 0.15
HSL 217.01º 0.59% 0.65% -
HSV(B) 217.01º 0.49% 0.85% -
XYZ 30.44 30.9 70.69 -
YUV 147.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 111 152 218 0.49 0.30 0 0.15 217.01 0.59 0.65
Hex 6F 98 DA 31 1E 0 F D9 3B 41
Octal 157 230 332 61 36 0 17 331 73 101
Binary 1101111 10011000 11011010 110001 11110 0 1111 11011001 111011 1000001

Color Harmonies of #6F98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F98DA

Black with #6F98DA

Text Example


Text Example

White with #6F98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,218); }

 H1.HeaderClassName
 {
   color: #6F98DA;
 }
 .AnyTagClassName
 {
   color: #6F98DA;
 }
</style>

background-color css

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

 a { background-color: rgb(111,152,218); }

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

border-color css

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

 span { border-color: rgb(111,152,218); }

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