#6CB2D0

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

Shades of Seagull #6CB2D0

Tints of Seagull #6CB2D0

Color information

#6CB2D0 (or 0x6CB2D0) is unknown color: approx Seagull. HEX triplet: 6C, B2 and D0. RGB value is (108,178,208). Sum of RGB (Red+Green+Blue) = 108+178+208=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CB2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2D0 is #934D2F. Grayscale: #A0A0A0. Windows color (decimal): -9653552 or 13677164. OLE color: 13677164.

HSL color Cylindrical-coordinate representation of color #6CB2D0: hue angle of 198º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CB2D0 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108178208-
CMYK0.480.1400.18
HSL198º51.55%61.96%-
HSV(B)198º48.08%81.57%-
XYZ33.4939.5865.55-
YUV160.49154.8190.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.86%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=21.86%
G=36.03%
B=42.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081782080.480.1400.1819851.5561.96
Hex6CB2D030E012c6343e
Octal15426232060160223066476
Binary11011001011001011010000110000111001001011000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,178,208); }

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

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

 a { background-color: rgb(108,178,208); }

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

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

 span { border-color: rgb(108,178,208); }

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