Html Css Color HEX #6FAACA Seagull

📋 copy color: '#6FAACA'

red 111 ◦ green 170 ◦ blue 202

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

Shades of Seagull #6FAACA

Tints of Seagull #6FAACA

RGB

 RED value IS 111 (43.75% from 255) = 22.98%

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 22.98%
G = 35.2%
B = 41.82%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6FAACA (or 0x6FAACA) is known color: Seagull. HEX triplet: 6F, AA and CA. RGB value is (111,170,202). Sum of RGB (Red+Green+Blue) = 111+170+202=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAACA is #905535. Grayscale: #9B9B9B. Windows color (decimal): -9458998 or 13281903. OLE color: 13281903.

HSL color Cylindrical-coordinate representation of color #6FAACA: hue angle of 201.1º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FAACA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 170 202 -
CMYK 0.45 0.16 0 0.21
HSL 201.1º 0.46% 0.61% -
HSV(B) 201.1º 0.45% 0.79% -
XYZ 31.59 36.39 61.24 -
YUV 156.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 111 170 202 0.45 0.16 0 0.21 201.1 0.46 0.61
Hex 6F AA CA 2D 10 0 15 C9 2E 3D
Octal 157 252 312 55 20 0 25 311 56 75
Binary 1101111 10101010 11001010 101101 10000 0 10101 11001001 101110 111101

Color Harmonies of #6FAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAACA

Black with #6FAACA

Text Example


Text Example

White with #6FAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,170,202); }

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

background-color css

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

 a { background-color: rgb(111,170,202); }

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

border-color css

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

 span { border-color: rgb(111,170,202); }

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