Html Css Color HEX #6FAACF Seagull

📋 copy color: '#6FAACF'

red 111 ◦ green 170 ◦ blue 207

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

Shades of Seagull #6FAACF

Tints of Seagull #6FAACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 22.75%
G = 34.84%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FAACF (or 0x6FAACF) is known color: Seagull. HEX triplet: 6F, AA and CF. RGB value is (111,170,207). Sum of RGB (Red+Green+Blue) = 111+170+207=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAACF is #905530. Grayscale: #9C9C9C. Windows color (decimal): -9458993 or 13609583. OLE color: 13609583.

HSL color Cylindrical-coordinate representation of color #6FAACF: hue angle of 203.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FAACF is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 170 207 -
CMYK 0.46 0.18 0 0.19
HSL 203.13º 0.5% 0.62% -
HSV(B) 203.13º 0.46% 0.81% -
XYZ 32.19 36.63 64.41 -
YUV 156.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 111 170 207 0.46 0.18 0 0.19 203.13 0.5 0.62
Hex 6F AA CF 2E 12 0 13 CB 32 3E
Octal 157 252 317 56 22 0 23 313 62 76
Binary 1101111 10101010 11001111 101110 10010 0 10011 11001011 110010 111110

Color Harmonies of #6FAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAACF

Black with #6FAACF

Text Example


Text Example

White with #6FAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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