Html Css Color HEX #6AAECE Seagull

📋 copy color: '#6AAECE'

red 106 ◦ green 174 ◦ blue 206

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

Shades of Seagull #6AAECE

Tints of Seagull #6AAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 21.81%
G = 35.8%
B = 42.39%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6AAECE (or 0x6AAECE) is known color: Seagull. HEX triplet: 6A, AE and CE. RGB value is (106,174,206). Sum of RGB (Red+Green+Blue) = 106+174+206=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAECE is #955131. Grayscale: #9D9D9D. Windows color (decimal): -9785650 or 13545066. OLE color: 13545066.

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

Color convert

RGB 106 174 206 -
CMYK 0.49 0.16 0 0.19
HSL 199.2º 0.51% 0.61% -
HSV(B) 199.2º 0.49% 0.81% -
XYZ 32.22 37.79 63.99 -
YUV 157.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 106 174 206 0.49 0.16 0 0.19 199.2 0.51 0.61
Hex 6A AE CE 31 10 0 13 C7 33 3D
Octal 152 256 316 61 20 0 23 307 63 75
Binary 1101010 10101110 11001110 110001 10000 0 10011 11000111 110011 111101

Color Harmonies of #6AAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAECE

Black with #6AAECE

Text Example


Text Example

White with #6AAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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