Html Css Color HEX #6AACCD Seagull

📋 copy color: '#6AACCD'

red 106 ◦ green 172 ◦ blue 205

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

Shades of Seagull #6AACCD

Tints of Seagull #6AACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

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

R = 21.95%
G = 35.61%
B = 42.44%

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

#6AACCD (or 0x6AACCD) is known color: Seagull. HEX triplet: 6A, AC and CD. RGB value is (106,172,205). Sum of RGB (Red+Green+Blue) = 106+172+205=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACCD is #955332. Grayscale: #9B9B9B. Windows color (decimal): -9786163 or 13479018. OLE color: 13479018.

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

Color convert

RGB 106 172 205 -
CMYK 0.48 0.16 0 0.20
HSL 200º 0.5% 0.61% -
HSV(B) 200º 0.48% 0.8% -
XYZ 31.72 36.98 63.22 -
YUV 156.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 106 172 205 0.48 0.16 0 0.20 200 0.5 0.61
Hex 6A AC CD 30 10 0 14 C8 32 3D
Octal 152 254 315 60 20 0 24 310 62 75
Binary 1101010 10101100 11001101 110000 10000 0 10100 11001000 110010 111101

Color Harmonies of #6AACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACCD

Black with #6AACCD

Text Example


Text Example

White with #6AACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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