Html Css Color HEX #6AADCD Seagull

📋 copy color: '#6AADCD'

red 106 ◦ green 173 ◦ blue 205

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

Shades of Seagull #6AADCD

Tints of Seagull #6AADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 21.9%
G = 35.74%
B = 42.36%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6AADCD (or 0x6AADCD) is known color: Seagull. HEX triplet: 6A, AD and CD. RGB value is (106,173,205). Sum of RGB (Red+Green+Blue) = 106+173+205=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADCD is #955232. Grayscale: #9C9C9C. Windows color (decimal): -9785907 or 13479274. OLE color: 13479274.

HSL color Cylindrical-coordinate representation of color #6AADCD: hue angle of 199.39º degrees, saturation: 0.5, 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 #6AADCD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 173 205 -
CMYK 0.48 0.16 0 0.20
HSL 199.39º 0.5% 0.61% -
HSV(B) 199.39º 0.48% 0.8% -
XYZ 31.91 37.36 63.29 -
YUV 156.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 106 173 205 0.48 0.16 0 0.20 199.39 0.5 0.61
Hex 6A AD CD 30 10 0 14 C7 32 3D
Octal 152 255 315 60 20 0 24 307 62 75
Binary 1101010 10101101 11001101 110000 10000 0 10100 11000111 110010 111101

Color Harmonies of #6AADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADCD

Black with #6AADCD

Text Example


Text Example

White with #6AADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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