Html Css Color HEX #6FB1CC Seagull

📋 copy color: '#6FB1CC'

red 111 ◦ green 177 ◦ blue 204

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

Shades of Seagull #6FB1CC

Tints of Seagull #6FB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

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

R = 22.56%
G = 35.98%
B = 41.46%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FB1CC (or 0x6FB1CC) is known color: Seagull. HEX triplet: 6F, B1 and CC. RGB value is (111,177,204). Sum of RGB (Red+Green+Blue) = 111+177+204=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1CC is #904E33. Grayscale: #A0A0A0. Windows color (decimal): -9457204 or 13414767. OLE color: 13414767.

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

Color convert

RGB 111 177 204 -
CMYK 0.46 0.13 0 0.2
HSL 197.42º 0.48% 0.62% -
HSV(B) 197.42º 0.46% 0.8% -
XYZ 33.18 39.18 62.94 -
YUV 160.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 111 177 204 0.46 0.13 0 0.2 197.42 0.48 0.62
Hex 6F B1 CC 2E D 0 14 C5 30 3E
Octal 157 261 314 56 15 0 24 305 60 76
Binary 1101111 10110001 11001100 101110 1101 0 10100 11000101 110000 111110

Color Harmonies of #6FB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB1CC

Black with #6FB1CC

Text Example


Text Example

White with #6FB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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