Html Css Color HEX #6EAFCD Seagull

📋 copy color: '#6EAFCD'

red 110 ◦ green 175 ◦ blue 205

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

Shades of Seagull #6EAFCD

Tints of Seagull #6EAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

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

R = 22.45%
G = 35.71%
B = 41.84%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EAFCD (or 0x6EAFCD) is known color: Seagull. HEX triplet: 6E, AF and CD. RGB value is (110,175,205). Sum of RGB (Red+Green+Blue) = 110+175+205=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFCD is #915032. Grayscale: #9E9E9E. Windows color (decimal): -9523251 or 13479790. OLE color: 13479790.

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

Color convert

RGB 110 175 205 -
CMYK 0.46 0.15 0 0.20
HSL 198.95º 0.49% 0.62% -
HSV(B) 198.95º 0.46% 0.8% -
XYZ 32.78 38.38 63.44 -
YUV 158.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 110 175 205 0.46 0.15 0 0.20 198.95 0.49 0.62
Hex 6E AF CD 2E F 0 14 C7 31 3E
Octal 156 257 315 56 17 0 24 307 61 76
Binary 1101110 10101111 11001101 101110 1111 0 10100 11000111 110001 111110

Color Harmonies of #6EAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFCD

Black with #6EAFCD

Text Example


Text Example

White with #6EAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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