#6B9BED

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

Shades of Cornflower Blue #6B9BED

Tints of Cornflower Blue #6B9BED

Color information

#6B9BED (or 0x6B9BED) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9B and ED. RGB value is (107,155,237). Sum of RGB (Red+Green+Blue) = 107+155+237=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B9BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9BED is #946412. Grayscale: #959595. Windows color (decimal): -9724947 or 15571819. OLE color: 15571819.

HSL color Cylindrical-coordinate representation of color #6B9BED: hue angle of 217.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9BED is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107155237-
CMYK0.550.3500.07
HSL217.85º78.31%67.45%-
HSV(B)217.85º54.85%92.94%-
XYZ33.0732.6884.69-
YUV150177.197.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.44%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=21.44%
G=31.06%
B=47.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1071552370.550.3500.07217.8578.3167.45
Hex6B9BED372307da4e43
Octal153233355674307332116103
Binary1101011100110111110110111011110001101111101101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,237); }

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

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

 a { background-color: rgb(107,155,237); }

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

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

 span { border-color: rgb(107,155,237); }

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