Html Css Color HEX #6EAECF Seagull

📋 copy color: '#6EAECF'

red 110 ◦ green 174 ◦ blue 207

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

Shades of Seagull #6EAECF

Tints of Seagull #6EAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 22.4%
G = 35.44%
B = 42.16%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EAECF (or 0x6EAECF) is known color: Seagull. HEX triplet: 6E, AE and CF. RGB value is (110,174,207). Sum of RGB (Red+Green+Blue) = 110+174+207=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAECF is #915130. Grayscale: #9E9E9E. Windows color (decimal): -9523505 or 13610606. OLE color: 13610606.

HSL color Cylindrical-coordinate representation of color #6EAECF: hue angle of 200.41º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EAECF is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 174 207 -
CMYK 0.47 0.16 0 0.19
HSL 200.41º 0.5% 0.62% -
HSV(B) 200.41º 0.47% 0.81% -
XYZ 32.83 38.09 64.65 -
YUV 158.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 110 174 207 0.47 0.16 0 0.19 200.41 0.5 0.62
Hex 6E AE CF 2F 10 0 13 C8 32 3E
Octal 156 256 317 57 20 0 23 310 62 76
Binary 1101110 10101110 11001111 101111 10000 0 10011 11001000 110010 111110

Color Harmonies of #6EAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAECF

Black with #6EAECF

Text Example


Text Example

White with #6EAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,174,207); }

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

background-color css

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

 a { background-color: rgb(110,174,207); }

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

border-color css

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

 span { border-color: rgb(110,174,207); }

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