Html Css Color HEX #6F98DC Cornflower Blue

📋 copy color: '#6F98DC'

red 111 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #6F98DC

Tints of Cornflower Blue #6F98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 22.98%
G = 31.47%
B = 45.55%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F98DC (or 0x6F98DC) is known color: Cornflower Blue. HEX triplet: 6F, 98 and DC. RGB value is (111,152,220). Sum of RGB (Red+Green+Blue) = 111+152+220=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98DC is #906723. Grayscale: #939393. Windows color (decimal): -9463588 or 14456943. OLE color: 14456943.

HSL color Cylindrical-coordinate representation of color #6F98DC: hue angle of 217.43º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F98DC is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 152 220 -
CMYK 0.50 0.31 0 0.14
HSL 217.43º 0.61% 0.65% -
HSV(B) 217.43º 0.5% 0.86% -
XYZ 30.7 31 72.08 -
YUV 147.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 111 152 220 0.50 0.31 0 0.14 217.43 0.61 0.65
Hex 6F 98 DC 32 1F 0 E D9 3D 41
Octal 157 230 334 62 37 0 16 331 75 101
Binary 1101111 10011000 11011100 110010 11111 0 1110 11011001 111101 1000001

Color Harmonies of #6F98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F98DC

Black with #6F98DC

Text Example


Text Example

White with #6F98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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