#6b90dc

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

Shades of Cornflower Blue #6B90DC

Tints of Cornflower Blue #6B90DC

Color information

#6B90DC (or 0x6B90DC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 90 and DC. RGB value is (107,144,220). Sum of RGB (Red+Green+Blue) = 107+144+220=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B90DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B90DC is #946F23. Grayscale: #8D8D8D. Windows color (decimal): -9727780 or 14454891. OLE color: 14454891.

HSL color Cylindrical-coordinate representation of color #6B90DC: hue angle of 220.35º degrees, saturation: 0.62, 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 #6B90DC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107144220-
CMYK0.510.3500.14
HSL220.35º61.75%64.12%-
HSV(B)220.35º51.36%86.27%-
XYZ28.9528.2471.63-
YUV141.6172.24103.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=22.72%
G=30.57%
B=46.71%

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
Decimal1071442200.510.3500.14220.3561.7564.12
Hex6B90DC33230Edc3e40
Octal153220334634301633476100
Binary1101011100100001101110011001110001101110110111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b90dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,144,220); }

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

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

 a { background-color: rgb(107,144,220); }

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

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

 span { border-color: rgb(107,144,220); }

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