#6FB1D7

Color #6FB1D7 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6FB1D7

Tints of Seagull #6FB1D7

Color information

#6FB1D7 (or 0x6FB1D7) is unknown color: approx Seagull. HEX triplet: 6F, B1 and D7. RGB value is (111,177,215). Sum of RGB (Red+Green+Blue) = 111+177+215=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #6FB1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1D7 is #904E28. Grayscale: #A1A1A1. Windows color (decimal): -9457193 or 14135663. OLE color: 14135663.

HSL color Cylindrical-coordinate representation of color #6FB1D7: hue angle of 201.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FB1D7 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111177215-
CMYK0.480.1800.16
HSL201.92º56.52%63.92%-
HSV(B)201.92º48.37%84.31%-
XYZ34.5439.7370.14-
YUV161.6158.1391.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.07%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=22.07%
G=35.19%
B=42.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111772150.480.1800.16201.9256.5263.92
Hex6FB1D73012010ca3940
Octal157261327602202031271100
Binary1101111101100011101011111000010010010000110010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FB1D7;
 }
 .AnyTagClassName
 {
   color: #6FB1D7;
 }
</style>
background-color css

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

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

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

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

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

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