Html Css Color HEX #6AAECC Seagull

📋 copy color: '#6AAECC'

red 106 ◦ green 174 ◦ blue 204

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

Shades of Seagull #6AAECC

Tints of Seagull #6AAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 21.9%
G = 35.95%
B = 42.15%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6AAECC (or 0x6AAECC) is known color: Seagull. HEX triplet: 6A, AE and CC. RGB value is (106,174,204). Sum of RGB (Red+Green+Blue) = 106+174+204=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #6AAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAECC is #955133. Grayscale: #9C9C9C. Windows color (decimal): -9785652 or 13413994. OLE color: 13413994.

HSL color Cylindrical-coordinate representation of color #6AAECC: hue angle of 198.37º degrees, saturation: 0.49, 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 #6AAECC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 174 204 -
CMYK 0.48 0.15 0 0.2
HSL 198.37º 0.49% 0.61% -
HSV(B) 198.37º 0.48% 0.8% -
XYZ 31.98 37.7 62.72 -
YUV 157.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 106 174 204 0.48 0.15 0 0.2 198.37 0.49 0.61
Hex 6A AE CC 30 F 0 14 C6 31 3D
Octal 152 256 314 60 17 0 24 306 61 75
Binary 1101010 10101110 11001100 110000 1111 0 10100 11000110 110001 111101

Color Harmonies of #6AAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAECC

Black with #6AAECC

Text Example


Text Example

White with #6AAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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