#6BC0CD

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

Shades of Seagull #6BC0CD

Tints of Seagull #6BC0CD

Color information

#6BC0CD (or 0x6BC0CD) is unknown color: approx Seagull. HEX triplet: 6B, C0 and CD. RGB value is (107,192,205). Sum of RGB (Red+Green+Blue) = 107+192+205=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BC0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC0CD is #943F32. Grayscale: #A7A7A7. Windows color (decimal): -9715507 or 13484139. OLE color: 13484139.

HSL color Cylindrical-coordinate representation of color #6BC0CD: hue angle of 187.96º 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 #6BC0CD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107192205-
CMYK0.480.0600.20
HSL187.96º49.49%61.18%-
HSV(B)187.96º47.8%80.39%-
XYZ35.9345.2364.59-
YUV168.07148.8484.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.23%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=21.23%
G=38.10%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071922050.480.0600.20187.9649.4961.18
Hex6BC0CD306014bc313d
Octal1533003156060242746175
Binary1101011110000001100110111000011001010010111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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