#6CBDCD

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

Shades of Seagull #6CBDCD

Tints of Seagull #6CBDCD

Color information

#6CBDCD (or 0x6CBDCD) is unknown color: approx Seagull. HEX triplet: 6C, BD and CD. RGB value is (108,189,205). Sum of RGB (Red+Green+Blue) = 108+189+205=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDCD is #934232. Grayscale: #A6A6A6. Windows color (decimal): -9650739 or 13483372. OLE color: 13483372.

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

Color convert

RGB108189205-
CMYK0.470.0800.20
HSL189.9º49.24%61.37%-
HSV(B)189.9º47.32%80.39%-
XYZ35.443.9964.38-
YUV166.6149.6686.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.51%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=21.51%
G=37.65%
B=40.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081892050.470.0800.20189.949.2461.37
Hex6CBDCD2F8014be313d
Octal15427531557100242766175
Binary11011001011110111001101101111100001010010111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,205); }

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

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

 a { background-color: rgb(108,189,205); }

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

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

 span { border-color: rgb(108,189,205); }

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