Html Css Color HEX #6FAECE Seagull

📋 copy color: '#6FAECE'

red 111 ◦ green 174 ◦ blue 206

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

Shades of Seagull #6FAECE

Tints of Seagull #6FAECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 22.61%
G = 35.44%
B = 41.96%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FAECE (or 0x6FAECE) is known color: Seagull. HEX triplet: 6F, AE and CE. RGB value is (111,174,206). Sum of RGB (Red+Green+Blue) = 111+174+206=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAECE is #905131. Grayscale: #9E9E9E. Windows color (decimal): -9457970 or 13545071. OLE color: 13545071.

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

Color convert

RGB 111 174 206 -
CMYK 0.46 0.16 0 0.19
HSL 200.21º 0.49% 0.62% -
HSV(B) 200.21º 0.46% 0.81% -
XYZ 32.83 38.11 64.02 -
YUV 158.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 111 174 206 0.46 0.16 0 0.19 200.21 0.49 0.62
Hex 6F AE CE 2E 10 0 13 C8 31 3E
Octal 157 256 316 56 20 0 23 310 61 76
Binary 1101111 10101110 11001110 101110 10000 0 10011 11001000 110001 111110

Color Harmonies of #6FAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAECE

Black with #6FAECE

Text Example


Text Example

White with #6FAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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