#6BB0CF

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

Shades of Seagull #6BB0CF

Tints of Seagull #6BB0CF

Color information

#6BB0CF (or 0x6BB0CF) is unknown color: approx Seagull. HEX triplet: 6B, B0 and CF. RGB value is (107,176,207). Sum of RGB (Red+Green+Blue) = 107+176+207=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0CF is #944F30. Grayscale: #9E9E9E. Windows color (decimal): -9719601 or 13611115. OLE color: 13611115.

HSL color Cylindrical-coordinate representation of color #6BB0CF: hue angle of 198.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BB0CF is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB107176207-
CMYK0.480.1500.19
HSL198.6º51.02%61.57%-
HSV(B)198.6º48.31%81.18%-
XYZ32.8538.6864.77-
YUV158.9155.1490.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.84%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=21.84%
G=35.92%
B=42.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071762070.480.1500.19198.651.0261.57
Hex6BB0CF30F013c7333e
Octal15326031760170233076376
Binary11010111011000011001111110000111101001111000111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,176,207); }

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

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

 a { background-color: rgb(107,176,207); }

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

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

 span { border-color: rgb(107,176,207); }

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