Html Css Color HEX #6FACCB Seagull

📋 copy color: '#6FACCB'

red 111 ◦ green 172 ◦ blue 203

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

Shades of Seagull #6FACCB

Tints of Seagull #6FACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 22.84%
G = 35.39%
B = 41.77%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FACCB (or 0x6FACCB) is known color: Seagull. HEX triplet: 6F, AC and CB. RGB value is (111,172,203). Sum of RGB (Red+Green+Blue) = 111+172+203=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACCB is #905334. Grayscale: #9D9D9D. Windows color (decimal): -9458485 or 13347951. OLE color: 13347951.

HSL color Cylindrical-coordinate representation of color #6FACCB: hue angle of 200.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FACCB is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 172 203 -
CMYK 0.45 0.15 0 0.20
HSL 200.22º 0.47% 0.62% -
HSV(B) 200.22º 0.45% 0.8% -
XYZ 32.09 37.2 61.99 -
YUV 157.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 111 172 203 0.45 0.15 0 0.20 200.22 0.47 0.62
Hex 6F AC CB 2D F 0 14 C8 2F 3E
Octal 157 254 313 55 17 0 24 310 57 76
Binary 1101111 10101100 11001011 101101 1111 0 10100 11001000 101111 111110

Color Harmonies of #6FACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACCB

Black with #6FACCB

Text Example


Text Example

White with #6FACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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