#6B9EF0

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

Shades of Cornflower Blue #6B9EF0

Tints of Cornflower Blue #6B9EF0

Color information

#6B9EF0 (or 0x6B9EF0) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9E and F0. RGB value is (107,158,240). Sum of RGB (Red+Green+Blue) = 107+158+240=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B9EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EF0 is #94610F. Grayscale: #979797. Windows color (decimal): -9724176 or 15769195. OLE color: 15769195.

HSL color Cylindrical-coordinate representation of color #6B9EF0: hue angle of 216.99º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9EF0 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107158240-
CMYK0.550.3400.06
HSL216.99º81.6%68.04%-
HSV(B)216.99º55.42%94.12%-
XYZ34.0233.8787.18-
YUV152.1177.695.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 240 (94.14% from 255) = 47.52%
R=21.19%
G=31.29%
B=47.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1071582400.550.3400.06216.9981.668.04
Hex6B9EF0372206d95244
Octal153236360674206331122104
Binary1101011100111101111000011011110001001101101100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,158,240); }

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

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

 a { background-color: rgb(107,158,240); }

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

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

 span { border-color: rgb(107,158,240); }

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