#6DC5CC

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

Shades of Seagull #6DC5CC

Tints of Seagull #6DC5CC

Color information

#6DC5CC (or 0x6DC5CC) is unknown color: approx Seagull. HEX triplet: 6D, C5 and CC. RGB value is (109,197,204). Sum of RGB (Red+Green+Blue) = 109+197+204=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5CC is #923A33. Grayscale: #ABABAB. Windows color (decimal): -9583156 or 13419885. OLE color: 13419885.

HSL color Cylindrical-coordinate representation of color #6DC5CC: hue angle of 184.42º degrees, saturation: 0.48, 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 #6DC5CC is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB109197204-
CMYK0.470.0300.2
HSL184.42º48.22%61.37%-
HSV(B)184.42º46.57%80%-
XYZ37.1747.5464.34-
YUV171.49146.3583.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.37%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 204 (80.08% from 255) = 40%
R=21.37%
G=38.63%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091972040.470.0300.2184.4248.2261.37
Hex6DC5CC2F3014b8303d
Octal1553053145730242706075
Binary110110111000101110011001011111101010010111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,197,204); }

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

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

 a { background-color: rgb(109,197,204); }

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

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

 span { border-color: rgb(109,197,204); }

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