#6B8DDF

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

Shades of Cornflower Blue #6B8DDF

Tints of Cornflower Blue #6B8DDF

Color information

#6B8DDF (or 0x6B8DDF) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 8D and DF. RGB value is (107,141,223). Sum of RGB (Red+Green+Blue) = 107+141+223=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B8DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DDF is #947220. Grayscale: #8B8B8B. Windows color (decimal): -9728545 or 14650731. OLE color: 14650731.

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

Color convert

RGB107141223-
CMYK0.520.3700.13
HSL222.41º64.44%64.71%-
HSV(B)222.41º52.02%87.45%-
XYZ28.9127.573.6-
YUV140.18174.74104.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=22.72%
G=29.94%
B=47.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071412230.520.3700.13222.4164.4464.71
Hex6B8DDF34250Dde4041
Octal1532153376445015336100101
Binary11010111000110111011111110100100101011011101111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,223); }

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

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

 a { background-color: rgb(107,141,223); }

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

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

 span { border-color: rgb(107,141,223); }

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