Html Css Color HEX #6FAECC Seagull

📋 copy color: '#6FAECC'

red 111 ◦ green 174 ◦ blue 204

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

Shades of Seagull #6FAECC

Tints of Seagull #6FAECC

RGB

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

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

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

R = 22.7%
G = 35.58%
B = 41.72%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FAECC (or 0x6FAECC) is known color: Seagull. HEX triplet: 6F, AE and CC. RGB value is (111,174,204). Sum of RGB (Red+Green+Blue) = 111+174+204=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAECC is #905133. Grayscale: #9E9E9E. Windows color (decimal): -9457972 or 13413999. OLE color: 13413999.

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

Color convert

RGB 111 174 204 -
CMYK 0.46 0.15 0 0.2
HSL 199.35º 0.48% 0.62% -
HSV(B) 199.35º 0.46% 0.8% -
XYZ 32.59 38.01 62.75 -
YUV 158.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 111 174 204 0.46 0.15 0 0.2 199.35 0.48 0.62
Hex 6F AE CC 2E F 0 14 C7 30 3E
Octal 157 256 314 56 17 0 24 307 60 76
Binary 1101111 10101110 11001100 101110 1111 0 10100 11000111 110000 111110

Color Harmonies of #6FAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAECC

Black with #6FAECC

Text Example


Text Example

White with #6FAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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