#6BC0CE

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

Shades of Seagull #6BC0CE

Tints of Seagull #6BC0CE

Color information

#6BC0CE (or 0x6BC0CE) is unknown color: approx Seagull. HEX triplet: 6B, C0 and CE. RGB value is (107,192,206). Sum of RGB (Red+Green+Blue) = 107+192+206=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC0CE is #943F31. Grayscale: #A8A8A8. Windows color (decimal): -9715506 or 13549675. OLE color: 13549675.

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

Color convert

RGB107192206-
CMYK0.480.0700.19
HSL188.48º50.25%61.37%-
HSV(B)188.48º48.06%80.78%-
XYZ36.0545.2865.23-
YUV168.18149.3484.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=21.19%
G=38.02%
B=40.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071922060.480.0700.19188.4850.2561.37
Hex6BC0CE307013bc323d
Octal1533003166070232746275
Binary1101011110000001100111011000011101001110111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,192,206); }

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

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

 a { background-color: rgb(107,192,206); }

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

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

 span { border-color: rgb(107,192,206); }

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