#6CBDCA

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

Shades of Seagull #6CBDCA

Tints of Seagull #6CBDCA

Color information

#6CBDCA (or 0x6CBDCA) is unknown color: approx Seagull. HEX triplet: 6C, BD and CA. RGB value is (108,189,202). Sum of RGB (Red+Green+Blue) = 108+189+202=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDCA is #934235. Grayscale: #A6A6A6. Windows color (decimal): -9650742 or 13286764. OLE color: 13286764.

HSL color Cylindrical-coordinate representation of color #6CBDCA: hue angle of 188.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CBDCA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB108189202-
CMYK0.470.0600.21
HSL188.3º47%60.78%-
HSV(B)188.3º46.53%79.22%-
XYZ35.0443.8562.49-
YUV166.26148.1686.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.64%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=21.64%
G=37.88%
B=40.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081892020.470.0600.21188.34760.78
Hex6CBDCA2F6015bc2f3d
Octal1542753125760252745775
Binary1101100101111011100101010111111001010110111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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