Html Css Color HEX #6F98DB Cornflower Blue

📋 copy color: '#6F98DB'

red 111 ◦ green 152 ◦ blue 219

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

Shades of Cornflower Blue #6F98DB

Tints of Cornflower Blue #6F98DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 23.03%
G = 31.54%
B = 45.44%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F98DB (or 0x6F98DB) is known color: Cornflower Blue. HEX triplet: 6F, 98 and DB. RGB value is (111,152,219). Sum of RGB (Red+Green+Blue) = 111+152+219=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F98DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98DB is #906724. Grayscale: #939393. Windows color (decimal): -9463589 or 14391407. OLE color: 14391407.

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

Color convert

RGB 111 152 219 -
CMYK 0.49 0.31 0 0.14
HSL 217.22º 0.6% 0.65% -
HSV(B) 217.22º 0.49% 0.86% -
XYZ 30.57 30.95 71.38 -
YUV 147.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 111 152 219 0.49 0.31 0 0.14 217.22 0.6 0.65
Hex 6F 98 DB 31 1F 0 E D9 3C 41
Octal 157 230 333 61 37 0 16 331 74 101
Binary 1101111 10011000 11011011 110001 11111 0 1110 11011001 111100 1000001

Color Harmonies of #6F98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F98DB

Black with #6F98DB

Text Example


Text Example

White with #6F98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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