Html Css Color HEX #6AADCE Seagull

📋 copy color: '#6AADCE'

red 106 ◦ green 173 ◦ blue 206

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

Shades of Seagull #6AADCE

Tints of Seagull #6AADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

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

R = 21.86%
G = 35.67%
B = 42.47%

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

#6AADCE (or 0x6AADCE) is known color: Seagull. HEX triplet: 6A, AD and CE. RGB value is (106,173,206). Sum of RGB (Red+Green+Blue) = 106+173+206=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADCE is #955231. Grayscale: #9C9C9C. Windows color (decimal): -9785906 or 13544810. OLE color: 13544810.

HSL color Cylindrical-coordinate representation of color #6AADCE: hue angle of 199.8º 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 #6AADCE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 173 206 -
CMYK 0.49 0.16 0 0.19
HSL 199.8º 0.51% 0.61% -
HSV(B) 199.8º 0.49% 0.81% -
XYZ 32.03 37.41 63.92 -
YUV 156.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 106 173 206 0.49 0.16 0 0.19 199.8 0.51 0.61
Hex 6A AD CE 31 10 0 13 C8 33 3D
Octal 152 255 316 61 20 0 23 310 63 75
Binary 1101010 10101101 11001110 110001 10000 0 10011 11001000 110011 111101

Color Harmonies of #6AADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADCE

Black with #6AADCE

Text Example


Text Example

White with #6AADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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