Html Css Color HEX #6FAFCB Seagull

📋 copy color: '#6FAFCB'

red 111 ◦ green 175 ◦ blue 203

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

Shades of Seagull #6FAFCB

Tints of Seagull #6FAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

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

R = 22.7%
G = 35.79%
B = 41.51%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FAFCB (or 0x6FAFCB) is known color: Seagull. HEX triplet: 6F, AF and CB. RGB value is (111,175,203). Sum of RGB (Red+Green+Blue) = 111+175+203=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFCB is #905034. Grayscale: #9E9E9E. Windows color (decimal): -9457717 or 13348719. OLE color: 13348719.

HSL color Cylindrical-coordinate representation of color #6FAFCB: hue angle of 198.26º 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 #6FAFCB is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 175 203 -
CMYK 0.45 0.14 0 0.20
HSL 198.26º 0.47% 0.62% -
HSV(B) 198.26º 0.45% 0.8% -
XYZ 32.67 38.35 62.18 -
YUV 159.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 111 175 203 0.45 0.14 0 0.20 198.26 0.47 0.62
Hex 6F AF CB 2D E 0 14 C6 2F 3E
Octal 157 257 313 55 16 0 24 306 57 76
Binary 1101111 10101111 11001011 101101 1110 0 10100 11000110 101111 111110

Color Harmonies of #6FAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFCB

Black with #6FAFCB

Text Example


Text Example

White with #6FAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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