Html Css Color HEX #6FAACD Seagull

📋 copy color: '#6FAACD'

red 111 ◦ green 170 ◦ blue 205

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

Shades of Seagull #6FAACD

Tints of Seagull #6FAACD

RGB

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

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

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

R = 22.84%
G = 34.98%
B = 42.18%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FAACD (or 0x6FAACD) is known color: Seagull. HEX triplet: 6F, AA and CD. RGB value is (111,170,205). Sum of RGB (Red+Green+Blue) = 111+170+205=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAACD is #905532. Grayscale: #9C9C9C. Windows color (decimal): -9458995 or 13478511. OLE color: 13478511.

HSL color Cylindrical-coordinate representation of color #6FAACD: hue angle of 202.34º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FAACD is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 170 205 -
CMYK 0.46 0.17 0 0.20
HSL 202.34º 0.48% 0.62% -
HSV(B) 202.34º 0.46% 0.8% -
XYZ 31.95 36.54 63.13 -
YUV 156.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 111 170 205 0.46 0.17 0 0.20 202.34 0.48 0.62
Hex 6F AA CD 2E 11 0 14 CA 30 3E
Octal 157 252 315 56 21 0 24 312 60 76
Binary 1101111 10101010 11001101 101110 10001 0 10100 11001010 110000 111110

Color Harmonies of #6FAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAACD

Black with #6FAACD

Text Example


Text Example

White with #6FAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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