#6B8FDB

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

Shades of Cornflower Blue #6B8FDB

Tints of Cornflower Blue #6B8FDB

Color information

#6B8FDB (or 0x6B8FDB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 8F and DB. RGB value is (107,143,219). Sum of RGB (Red+Green+Blue) = 107+143+219=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 143 (56.25% from 255 or 30.49% 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 #6B8FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FDB is #947024. Grayscale: #8C8C8C. Windows color (decimal): -9728037 or 14389099. OLE color: 14389099.

HSL color Cylindrical-coordinate representation of color #6B8FDB: hue angle of 220.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B8FDB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107143219-
CMYK0.510.3500.14
HSL220.71º60.87%63.92%-
HSV(B)220.71º51.14%85.88%-
XYZ28.6727.8970.89-
YUV140.9172.07103.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=22.81%
G=30.49%
B=46.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071432190.510.3500.14220.7160.8763.92
Hex6B8FDB33230Edd3d40
Octal153217333634301633575100
Binary1101011100011111101101111001110001101110110111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,143,219); }

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

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

 a { background-color: rgb(107,143,219); }

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

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

 span { border-color: rgb(107,143,219); }

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