Html Css Color HEX #6EC1CA Seagull

📋 copy color: '#6EC1CA'

red 110 ◦ green 193 ◦ blue 202

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

Shades of Seagull #6EC1CA

Tints of Seagull #6EC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 21.78%
G = 38.22%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6EC1CA (or 0x6EC1CA) is known color: Seagull. HEX triplet: 6E, C1 and CA. RGB value is (110,193,202). Sum of RGB (Red+Green+Blue) = 110+193+202=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EC1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1CA is #913E35. Grayscale: #A9A9A9. Windows color (decimal): -9518646 or 13287790. OLE color: 13287790.

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

Color convert

RGB 110 193 202 -
CMYK 0.46 0.04 0 0.21
HSL 185.87º 0.46% 0.61% -
HSV(B) 185.87º 0.46% 0.79% -
XYZ 36.16 45.72 62.8 -
YUV 169.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 110 193 202 0.46 0.04 0 0.21 185.87 0.46 0.61
Hex 6E C1 CA 2E 4 0 15 BA 2E 3D
Octal 156 301 312 56 4 0 25 272 56 75
Binary 1101110 11000001 11001010 101110 100 0 10101 10111010 101110 111101

Color Harmonies of #6EC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC1CA

Black with #6EC1CA

Text Example


Text Example

White with #6EC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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