#6B87DA

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

Shades of Cornflower Blue #6B87DA

Tints of Cornflower Blue #6B87DA

Color information

#6B87DA (or 0x6B87DA) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 87 and DA. RGB value is (107,135,218). Sum of RGB (Red+Green+Blue) = 107+135+218=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B87DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B87DA is #947825. Grayscale: #878787. Windows color (decimal): -9730086 or 14321515. OLE color: 14321515.

HSL color Cylindrical-coordinate representation of color #6B87DA: hue angle of 224.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B87DA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107135218-
CMYK0.510.3800.15
HSL224.86º60%63.73%-
HSV(B)224.86º50.92%85.49%-
XYZ27.3825.5269.81-
YUV136.09174.22107.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.26%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=23.26%
G=29.35%
B=47.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071352180.510.3800.15224.866063.73
Hex6B87DA33260Fe13c40
Octal153207332634601734174100
Binary1101011100001111101101011001110011001111111000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,218); }

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

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

 a { background-color: rgb(107,135,218); }

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

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

 span { border-color: rgb(107,135,218); }

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