Html Css Color HEX #6FACCE Seagull

📋 copy color: '#6FACCE'

red 111 ◦ green 172 ◦ blue 206

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

Shades of Seagull #6FACCE

Tints of Seagull #6FACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

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

R = 22.7%
G = 35.17%
B = 42.13%

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

#6FACCE (or 0x6FACCE) is known color: Seagull. HEX triplet: 6F, AC and CE. RGB value is (111,172,206). Sum of RGB (Red+Green+Blue) = 111+172+206=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACCE is #905331. Grayscale: #9D9D9D. Windows color (decimal): -9458482 or 13544559. OLE color: 13544559.

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

Color convert

RGB 111 172 206 -
CMYK 0.46 0.17 0 0.19
HSL 201.47º 0.49% 0.62% -
HSV(B) 201.47º 0.46% 0.81% -
XYZ 32.45 37.34 63.89 -
YUV 157.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 111 172 206 0.46 0.17 0 0.19 201.47 0.49 0.62
Hex 6F AC CE 2E 11 0 13 C9 31 3E
Octal 157 254 316 56 21 0 23 311 61 76
Binary 1101111 10101100 11001110 101110 10001 0 10011 11001001 110001 111110

Color Harmonies of #6FACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACCE

Black with #6FACCE

Text Example


Text Example

White with #6FACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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