Html Css Color HEX #6FAACC Seagull

📋 copy color: '#6FAACC'

red 111 ◦ green 170 ◦ blue 204

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

Shades of Seagull #6FAACC

Tints of Seagull #6FAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 22.89%
G = 35.05%
B = 42.06%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FAACC (or 0x6FAACC) is known color: Seagull. HEX triplet: 6F, AA and CC. RGB value is (111,170,204). Sum of RGB (Red+Green+Blue) = 111+170+204=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAACC is #905533. Grayscale: #9C9C9C. Windows color (decimal): -9458996 or 13412975. OLE color: 13412975.

HSL color Cylindrical-coordinate representation of color #6FAACC: hue angle of 201.94º 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 #6FAACC is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 170 204 -
CMYK 0.46 0.17 0 0.2
HSL 201.94º 0.48% 0.62% -
HSV(B) 201.94º 0.46% 0.8% -
XYZ 31.83 36.49 62.49 -
YUV 156.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 111 170 204 0.46 0.17 0 0.2 201.94 0.48 0.62
Hex 6F AA CC 2E 11 0 14 CA 30 3E
Octal 157 252 314 56 21 0 24 312 60 76
Binary 1101111 10101010 11001100 101110 10001 0 10100 11001010 110000 111110

Color Harmonies of #6FAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAACC

Black with #6FAACC

Text Example


Text Example

White with #6FAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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