Html Css Color HEX #6EACCC Seagull

📋 copy color: '#6EACCC'

red 110 ◦ green 172 ◦ blue 204

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

Shades of Seagull #6EACCC

Tints of Seagull #6EACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 22.63%
G = 35.39%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EACCC (or 0x6EACCC) is known color: Seagull. HEX triplet: 6E, AC and CC. RGB value is (110,172,204). Sum of RGB (Red+Green+Blue) = 110+172+204=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCC is #915333. Grayscale: #9C9C9C. Windows color (decimal): -9524020 or 13413486. OLE color: 13413486.

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

Color convert

RGB 110 172 204 -
CMYK 0.46 0.16 0 0.2
HSL 200.43º 0.48% 0.62% -
HSV(B) 200.43º 0.46% 0.8% -
XYZ 32.08 37.18 62.61 -
YUV 157.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 110 172 204 0.46 0.16 0 0.2 200.43 0.48 0.62
Hex 6E AC CC 2E 10 0 14 C8 30 3E
Octal 156 254 314 56 20 0 24 310 60 76
Binary 1101110 10101100 11001100 101110 10000 0 10100 11001000 110000 111110

Color Harmonies of #6EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACCC

Black with #6EACCC

Text Example


Text Example

White with #6EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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