#6FBBD6

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

Shades of Seagull #6FBBD6

Tints of Seagull #6FBBD6

Color information

#6FBBD6 (or 0x6FBBD6) is unknown color: approx Seagull. HEX triplet: 6F, BB and D6. RGB value is (111,187,214). Sum of RGB (Red+Green+Blue) = 111+187+214=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FBBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBD6 is #904429. Grayscale: #A7A7A7. Windows color (decimal): -9454634 or 14072687. OLE color: 14072687.

HSL color Cylindrical-coordinate representation of color #6FBBD6: hue angle of 195.73º degrees, saturation: 0.56, 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 #6FBBD6 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111187214-
CMYK0.480.1300.16
HSL195.73º55.68%63.73%-
HSV(B)195.73º48.13%83.92%-
XYZ36.4643.7870.15-
YUV167.35154.3287.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.68%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=21.68%
G=36.52%
B=41.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111872140.480.1300.16195.7355.6863.73
Hex6FBBD630D010c43840
Octal157273326601502030470100
Binary110111110111011110101101100001101010000110001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,214); }

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

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

 a { background-color: rgb(111,187,214); }

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

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

 span { border-color: rgb(111,187,214); }

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