Html Css Color HEX #6EAFD1 Seagull

📋 copy color: '#6EAFD1'

red 110 ◦ green 175 ◦ blue 209

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

Shades of Seagull #6EAFD1

Tints of Seagull #6EAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.31%

R = 22.27%
G = 35.43%
B = 42.31%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6EAFD1 (or 0x6EAFD1) is known color: Seagull. HEX triplet: 6E, AF and D1. RGB value is (110,175,209). Sum of RGB (Red+Green+Blue) = 110+175+209=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EAFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFD1 is #91502E. Grayscale: #9F9F9F. Windows color (decimal): -9523247 or 13741934. OLE color: 13741934.

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

Color convert

RGB 110 175 209 -
CMYK 0.47 0.16 0 0.18
HSL 200.61º 0.52% 0.63% -
HSV(B) 200.61º 0.47% 0.82% -
XYZ 33.27 38.58 66.01 -
YUV 159.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 110 175 209 0.47 0.16 0 0.18 200.61 0.52 0.63
Hex 6E AF D1 2F 10 0 12 C9 34 3F
Octal 156 257 321 57 20 0 22 311 64 77
Binary 1101110 10101111 11010001 101111 10000 0 10010 11001001 110100 111111

Color Harmonies of #6EAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFD1

Black with #6EAFD1

Text Example


Text Example

White with #6EAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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