#6b96dd

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

Shades of Cornflower Blue #6B96DD

Tints of Cornflower Blue #6B96DD

Color information

#6B96DD (or 0x6B96DD) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 96 and DD. RGB value is (107,150,221). Sum of RGB (Red+Green+Blue) = 107+150+221=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B96DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96DD is #946922. Grayscale: #909090. Windows color (decimal): -9726243 or 14521963. OLE color: 14521963.

HSL color Cylindrical-coordinate representation of color #6B96DD: hue angle of 217.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B96DD is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107150221-
CMYK0.520.3200.13
HSL217.37º62.64%64.31%-
HSV(B)217.37º51.58%86.67%-
XYZ30.0230.1672.65-
YUV145.24170.75100.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=22.38%
G=31.38%
B=46.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071502210.520.3200.13217.3762.6464.31
Hex6B96DD34200Dd93f40
Octal153226335644001533177100
Binary1101011100101101101110111010010000001101110110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b96dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,150,221); }

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

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

 a { background-color: rgb(107,150,221); }

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

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

 span { border-color: rgb(107,150,221); }

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