Html Css Color HEX #6F8BDB Cornflower Blue

📋 copy color: '#6F8BDB'

red 111 ◦ green 139 ◦ blue 219

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

Shades of Cornflower Blue #6F8BDB

Tints of Cornflower Blue #6F8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.64%

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

R = 23.67%
G = 29.64%
B = 46.7%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F8BDB (or 0x6F8BDB) is known color: Cornflower Blue. HEX triplet: 6F, 8B and DB. RGB value is (111,139,219). Sum of RGB (Red+Green+Blue) = 111+139+219=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BDB is #907424. Grayscale: #8B8B8B. Windows color (decimal): -9466917 or 14388079. OLE color: 14388079.

HSL color Cylindrical-coordinate representation of color #6F8BDB: hue angle of 224.44º 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 #6F8BDB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 139 219 -
CMYK 0.49 0.37 0 0.14
HSL 224.44º 0.6% 0.65% -
HSV(B) 224.44º 0.49% 0.86% -
XYZ 28.57 26.96 70.72 -
YUV 139.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 111 139 219 0.49 0.37 0 0.14 224.44 0.6 0.65
Hex 6F 8B DB 31 25 0 E E0 3C 41
Octal 157 213 333 61 45 0 16 340 74 101
Binary 1101111 10001011 11011011 110001 100101 0 1110 11100000 111100 1000001

Color Harmonies of #6F8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BDB

Black with #6F8BDB

Text Example


Text Example

White with #6F8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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