Html Css Color HEX #6EC3CA Seagull

📋 copy color: '#6EC3CA'

red 110 ◦ green 195 ◦ blue 202

#6EC3CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #6EC3CA

Tints of Seagull #6EC3CA

RGB

 RED value IS 110 (43.36% from 255) = 21.7%

 GREEN value IS 195 (76.56% from 255) = 38.46%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 21.7%
G = 38.46%
B = 39.84%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6EC3CA (or 0x6EC3CA) is known color: Seagull. HEX triplet: 6E, C3 and CA. RGB value is (110,195,202). Sum of RGB (Red+Green+Blue) = 110+195+202=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EC3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3CA is #913C35. Grayscale: #AAAAAA. Windows color (decimal): -9518134 or 13288302. OLE color: 13288302.

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

Color convert

RGB 110 195 202 -
CMYK 0.46 0.03 0 0.21
HSL 184.57º 0.46% 0.61% -
HSV(B) 184.57º 0.46% 0.79% -
XYZ 36.61 46.61 62.94 -
YUV 170.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 110 195 202 0.46 0.03 0 0.21 184.57 0.46 0.61
Hex 6E C3 CA 2E 3 0 15 B9 2E 3D
Octal 156 303 312 56 3 0 25 271 56 75
Binary 1101110 11000011 11001010 101110 11 0 10101 10111001 101110 111101

Color Harmonies of #6EC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC3CA

Black with #6EC3CA

Text Example


Text Example

White with #6EC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,195,202); }

 H1.HeaderClassName
 {
   color: #6EC3CA;
 }
 .AnyTagClassName
 {
   color: #6EC3CA;
 }
</style>

background-color css

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

 a { background-color: rgb(110,195,202); }

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

border-color css

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

 span { border-color: rgb(110,195,202); }

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