Html Css Color HEX #6AAECA Seagull

📋 copy color: '#6AAECA'

red 106 ◦ green 174 ◦ blue 202

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

Shades of Seagull #6AAECA

Tints of Seagull #6AAECA

RGB

 RED value IS 106 (41.8% from 255) = 21.99%

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

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

R = 21.99%
G = 36.1%
B = 41.91%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6AAECA (or 0x6AAECA) is known color: Seagull. HEX triplet: 6A, AE and CA. RGB value is (106,174,202). Sum of RGB (Red+Green+Blue) = 106+174+202=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #6AAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAECA is #955135. Grayscale: #9C9C9C. Windows color (decimal): -9785654 or 13282922. OLE color: 13282922.

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

Color convert

RGB 106 174 202 -
CMYK 0.48 0.14 0 0.21
HSL 197.5º 0.48% 0.6% -
HSV(B) 197.5º 0.48% 0.79% -
XYZ 31.74 37.6 61.46 -
YUV 156.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 106 174 202 0.48 0.14 0 0.21 197.5 0.48 0.6
Hex 6A AE CA 30 E 0 15 C6 30 3C
Octal 152 256 312 60 16 0 25 306 60 74
Binary 1101010 10101110 11001010 110000 1110 0 10101 11000110 110000 111100

Color Harmonies of #6AAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAECA

Black with #6AAECA

Text Example


Text Example

White with #6AAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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