Html Css Color HEX #6EACD0 Seagull

📋 copy color: '#6EACD0'

red 110 ◦ green 172 ◦ blue 208

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

Shades of Seagull #6EACD0

Tints of Seagull #6EACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 22.45%
G = 35.1%
B = 42.45%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6EACD0 (or 0x6EACD0) is known color: Seagull. HEX triplet: 6E, AC and D0. RGB value is (110,172,208). Sum of RGB (Red+Green+Blue) = 110+172+208=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #6EACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACD0 is #91532F. Grayscale: #9D9D9D. Windows color (decimal): -9524016 or 13675630. OLE color: 13675630.

HSL color Cylindrical-coordinate representation of color #6EACD0: hue angle of 202.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EACD0 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 172 208 -
CMYK 0.47 0.17 0 0.18
HSL 202.04º 0.51% 0.62% -
HSV(B) 202.04º 0.47% 0.82% -
XYZ 32.57 37.37 65.17 -
YUV 157.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 110 172 208 0.47 0.17 0 0.18 202.04 0.51 0.62
Hex 6E AC D0 2F 11 0 12 CA 33 3E
Octal 156 254 320 57 21 0 22 312 63 76
Binary 1101110 10101100 11010000 101111 10001 0 10010 11001010 110011 111110

Color Harmonies of #6EACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACD0

Black with #6EACD0

Text Example


Text Example

White with #6EACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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