#6D81D7

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

Shades of Cornflower Blue #6D81D7

Tints of Cornflower Blue #6D81D7

Color information

#6D81D7 (or 0x6D81D7) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 81 and D7. RGB value is (109,129,215). Sum of RGB (Red+Green+Blue) = 109+129+215=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D81D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81D7 is #927E28. Grayscale: #848484. Windows color (decimal): -9600553 or 14123373. OLE color: 14123373.

HSL color Cylindrical-coordinate representation of color #6D81D7: hue angle of 228.68º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D81D7 is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109129215-
CMYK0.490.400.16
HSL228.68º56.99%63.53%-
HSV(B)228.68º49.3%84.31%-
XYZ26.4223.8667.5-
YUV132.82174.37111.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.06%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=24.06%
G=28.48%
B=47.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091292150.490.400.16228.6856.9963.53
Hex6D81D73128010e53940
Octal155201327615002034571100
Binary11011011000000111010111110001101000010000111001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,215); }

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

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

 a { background-color: rgb(109,129,215); }

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

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

 span { border-color: rgb(109,129,215); }

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