Html Css Color HEX #6FAACE Seagull

📋 copy color: '#6FAACE'

red 111 ◦ green 170 ◦ blue 206

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

Shades of Seagull #6FAACE

Tints of Seagull #6FAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 22.79%
G = 34.91%
B = 42.3%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FAACE (or 0x6FAACE) is known color: Seagull. HEX triplet: 6F, AA and CE. RGB value is (111,170,206). Sum of RGB (Red+Green+Blue) = 111+170+206=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAACE is #905531. Grayscale: #9C9C9C. Windows color (decimal): -9458994 or 13544047. OLE color: 13544047.

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

Color convert

RGB 111 170 206 -
CMYK 0.46 0.17 0 0.19
HSL 202.74º 0.49% 0.62% -
HSV(B) 202.74º 0.46% 0.81% -
XYZ 32.07 36.59 63.76 -
YUV 156.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 111 170 206 0.46 0.17 0 0.19 202.74 0.49 0.62
Hex 6F AA CE 2E 11 0 13 CB 31 3E
Octal 157 252 316 56 21 0 23 313 61 76
Binary 1101111 10101010 11001110 101110 10001 0 10011 11001011 110001 111110

Color Harmonies of #6FAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAACE

Black with #6FAACE

Text Example


Text Example

White with #6FAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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