#6b82d8

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

Shades of Cornflower Blue #6B82D8

Tints of Cornflower Blue #6B82D8

Color information

#6B82D8 (or 0x6B82D8) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 82 and D8. RGB value is (107,130,216). Sum of RGB (Red+Green+Blue) = 107+130+216=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B82D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B82D8 is #947D27. Grayscale: #848484. Windows color (decimal): -9731368 or 14189163. OLE color: 14189163.

HSL color Cylindrical-coordinate representation of color #6B82D8: hue angle of 227.34º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B82D8 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107130216-
CMYK0.500.4000.15
HSL227.34º58.29%63.33%-
HSV(B)227.34º50.46%84.71%-
XYZ26.4424.0568.21-
YUV132.93174.88109.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.62%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=23.62%
G=28.70%
B=47.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071302160.500.4000.15227.3458.2963.33
Hex6B82D832280Fe33a3f
Octal15320233062500173437277
Binary110101110000010110110001100101010000111111100011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b82d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,216); }

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

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

 a { background-color: rgb(107,130,216); }

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

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

 span { border-color: rgb(107,130,216); }

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