#6BBBCC

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

Shades of Seagull #6BBBCC

Tints of Seagull #6BBBCC

Color information

#6BBBCC (or 0x6BBBCC) is unknown color: approx Seagull. HEX triplet: 6B, BB and CC. RGB value is (107,187,204). Sum of RGB (Red+Green+Blue) = 107+187+204=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBCC is #944433. Grayscale: #A4A4A4. Windows color (decimal): -9716788 or 13417323. OLE color: 13417323.

HSL color Cylindrical-coordinate representation of color #6BBBCC: hue angle of 190.52º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BBBCC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107187204-
CMYK0.480.0800.2
HSL190.52º48.74%60.98%-
HSV(B)190.52º47.55%80%-
XYZ34.7343.0363.6-
YUV165.0215086.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.49%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=21.49%
G=37.55%
B=40.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071872040.480.0800.2190.5248.7460.98
Hex6BBBCC308014bf313d
Octal15327331460100242776175
Binary11010111011101111001100110000100001010010111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,187,204); }

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

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

 a { background-color: rgb(107,187,204); }

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

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

 span { border-color: rgb(107,187,204); }

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