#6b7bdc

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

Shades of Cornflower Blue #6B7BDC

Tints of Cornflower Blue #6B7BDC

Color information

#6B7BDC (or 0x6B7BDC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7B and DC. RGB value is (107,123,220). Sum of RGB (Red+Green+Blue) = 107+123+220=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7BDC is #948423. Grayscale: #808080. Windows color (decimal): -9733156 or 14449515. OLE color: 14449515.

HSL color Cylindrical-coordinate representation of color #6B7BDC: hue angle of 231.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B7BDC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107123220-
CMYK0.510.4400.14
HSL231.5º61.75%64.12%-
HSV(B)231.5º51.36%86.27%-
XYZ26.0622.4670.67-
YUV129.27179.2112.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.78%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=23.78%
G=27.33%
B=48.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071232200.510.4400.14231.561.7564.12
Hex6B7BDC332C0Ee83e40
Octal153173334635401635076100
Binary110101111110111101110011001110110001110111010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b7bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,220); }

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

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

 a { background-color: rgb(107,123,220); }

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

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

 span { border-color: rgb(107,123,220); }

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