Html Css Color HEX #6AAECB Seagull

📋 copy color: '#6AAECB'

red 106 ◦ green 174 ◦ blue 203

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

Shades of Seagull #6AAECB

Tints of Seagull #6AAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 21.95%
G = 36.02%
B = 42.03%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6AAECB (or 0x6AAECB) is known color: Seagull. HEX triplet: 6A, AE and CB. RGB value is (106,174,203). Sum of RGB (Red+Green+Blue) = 106+174+203=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAECB is #955134. Grayscale: #9C9C9C. Windows color (decimal): -9785653 or 13348458. OLE color: 13348458.

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

Color convert

RGB 106 174 203 -
CMYK 0.48 0.14 0 0.20
HSL 197.94º 0.48% 0.61% -
HSV(B) 197.94º 0.48% 0.8% -
XYZ 31.86 37.65 62.09 -
YUV 156.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 106 174 203 0.48 0.14 0 0.20 197.94 0.48 0.61
Hex 6A AE CB 30 E 0 14 C6 30 3D
Octal 152 256 313 60 16 0 24 306 60 75
Binary 1101010 10101110 11001011 110000 1110 0 10100 11000110 110000 111101

Color Harmonies of #6AAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAECB

Black with #6AAECB

Text Example


Text Example

White with #6AAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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