#6DB2CA

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

Shades of Seagull #6DB2CA

Tints of Seagull #6DB2CA

Color information

#6DB2CA (or 0x6DB2CA) is unknown color: approx Seagull. HEX triplet: 6D, B2 and CA. RGB value is (109,178,202). Sum of RGB (Red+Green+Blue) = 109+178+202=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2CA is #924D35. Grayscale: #9F9F9F. Windows color (decimal): -9588022 or 13283949. OLE color: 13283949.

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

Color convert

RGB109178202-
CMYK0.460.1200.21
HSL195.48º46.73%60.98%-
HSV(B)195.48º46.04%79.22%-
XYZ32.8939.3661.74-
YUV160.1151.6491.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=22.29%
G=36.40%
B=41.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091782020.460.1200.21195.4846.7360.98
Hex6DB2CA2EC015c32f3d
Octal15526231256140253035775
Binary11011011011001011001010101110110001010111000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,178,202); }

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

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

 a { background-color: rgb(109,178,202); }

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

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

 span { border-color: rgb(109,178,202); }

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