Html Css Color HEX #6EC6CC Seagull

📋 copy color: '#6EC6CC'

red 110 ◦ green 198 ◦ blue 204

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

Shades of Seagull #6EC6CC

Tints of Seagull #6EC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 21.48%
G = 38.67%
B = 39.84%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EC6CC (or 0x6EC6CC) is known color: Seagull. HEX triplet: 6E, C6 and CC. RGB value is (110,198,204). Sum of RGB (Red+Green+Blue) = 110+198+204=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EC6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC6CC is #913933. Grayscale: #ACACAC. Windows color (decimal): -9517364 or 13420142. OLE color: 13420142.

HSL color Cylindrical-coordinate representation of color #6EC6CC: hue angle of 183.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC6CC is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 198 204 -
CMYK 0.46 0.03 0 0.2
HSL 183.83º 0.48% 0.62% -
HSV(B) 183.83º 0.46% 0.8% -
XYZ 37.52 48.06 64.43 -
YUV 172.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 110 198 204 0.46 0.03 0 0.2 183.83 0.48 0.62
Hex 6E C6 CC 2E 3 0 14 B8 30 3E
Octal 156 306 314 56 3 0 24 270 60 76
Binary 1101110 11000110 11001100 101110 11 0 10100 10111000 110000 111110

Color Harmonies of #6EC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC6CC

Black with #6EC6CC

Text Example


Text Example

White with #6EC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,198,204); }

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

background-color css

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

 a { background-color: rgb(110,198,204); }

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

border-color css

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

 span { border-color: rgb(110,198,204); }

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