Html Css Color HEX #6EACCD Seagull

📋 copy color: '#6EACCD'

red 110 ◦ green 172 ◦ blue 205

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

Shades of Seagull #6EACCD

Tints of Seagull #6EACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 22.59%
G = 35.32%
B = 42.09%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EACCD (or 0x6EACCD) is known color: Seagull. HEX triplet: 6E, AC and CD. RGB value is (110,172,205). Sum of RGB (Red+Green+Blue) = 110+172+205=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCD is #915332. Grayscale: #9D9D9D. Windows color (decimal): -9524019 or 13479022. OLE color: 13479022.

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

Color convert

RGB 110 172 205 -
CMYK 0.46 0.16 0 0.20
HSL 200.84º 0.49% 0.62% -
HSV(B) 200.84º 0.46% 0.8% -
XYZ 32.2 37.23 63.25 -
YUV 157.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 110 172 205 0.46 0.16 0 0.20 200.84 0.49 0.62
Hex 6E AC CD 2E 10 0 14 C9 31 3E
Octal 156 254 315 56 20 0 24 311 61 76
Binary 1101110 10101100 11001101 101110 10000 0 10100 11001001 110001 111110

Color Harmonies of #6EACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACCD

Black with #6EACCD

Text Example


Text Example

White with #6EACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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