Html Css Color HEX #6EAECA Seagull

📋 copy color: '#6EAECA'

red 110 ◦ green 174 ◦ blue 202

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

Shades of Seagull #6EAECA

Tints of Seagull #6EAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 22.63%
G = 35.8%
B = 41.56%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6EAECA (or 0x6EAECA) is known color: Seagull. HEX triplet: 6E, AE and CA. RGB value is (110,174,202). Sum of RGB (Red+Green+Blue) = 110+174+202=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAECA is #915135. Grayscale: #9D9D9D. Windows color (decimal): -9523510 or 13282926. OLE color: 13282926.

HSL color Cylindrical-coordinate representation of color #6EAECA: hue angle of 198.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EAECA is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 174 202 -
CMYK 0.46 0.14 0 0.21
HSL 198.26º 0.46% 0.61% -
HSV(B) 198.26º 0.46% 0.79% -
XYZ 32.23 37.85 61.48 -
YUV 158.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 110 174 202 0.46 0.14 0 0.21 198.26 0.46 0.61
Hex 6E AE CA 2E E 0 15 C6 2E 3D
Octal 156 256 312 56 16 0 25 306 56 75
Binary 1101110 10101110 11001010 101110 1110 0 10101 11000110 101110 111101

Color Harmonies of #6EAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAECA

Black with #6EAECA

Text Example


Text Example

White with #6EAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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