Html Css Color HEX #6AAFC9 Seagull

📋 copy color: '#6AAFC9'

red 106 ◦ green 175 ◦ blue 201

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

Shades of Seagull #6AAFC9

Tints of Seagull #6AAFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 21.99%
G = 36.31%
B = 41.7%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6AAFC9 (or 0x6AAFC9) is known color: Seagull. HEX triplet: 6A, AF and C9. RGB value is (106,175,201). Sum of RGB (Red+Green+Blue) = 106+175+201=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #6AAFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFC9 is #955036. Grayscale: #9D9D9D. Windows color (decimal): -9785399 or 13217642. OLE color: 13217642.

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

Color convert

RGB 106 175 201 -
CMYK 0.47 0.13 0 0.21
HSL 196.42º 0.47% 0.6% -
HSV(B) 196.42º 0.47% 0.79% -
XYZ 31.82 37.94 60.9 -
YUV 157.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 106 175 201 0.47 0.13 0 0.21 196.42 0.47 0.6
Hex 6A AF C9 2F D 0 15 C4 2F 3C
Octal 152 257 311 57 15 0 25 304 57 74
Binary 1101010 10101111 11001001 101111 1101 0 10101 11000100 101111 111100

Color Harmonies of #6AAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFC9

Black with #6AAFC9

Text Example


Text Example

White with #6AAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,201); }

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

background-color css

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

 a { background-color: rgb(106,175,201); }

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

border-color css

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

 span { border-color: rgb(106,175,201); }

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