#6FBCCA

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

Shades of Seagull #6FBCCA

Tints of Seagull #6FBCCA

Color information

#6FBCCA (or 0x6FBCCA) is unknown color: approx Seagull. HEX triplet: 6F, BC and CA. RGB value is (111,188,202). Sum of RGB (Red+Green+Blue) = 111+188+202=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCA is #904335. Grayscale: #A6A6A6. Windows color (decimal): -9454390 or 13286511. OLE color: 13286511.

HSL color Cylindrical-coordinate representation of color #6FBCCA: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FBCCA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111188202-
CMYK0.450.0700.21
HSL189.23º46.19%61.37%-
HSV(B)189.23º45.05%79.22%-
XYZ35.243.6162.44-
YUV166.57147.9988.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.16%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=22.16%
G=37.52%
B=40.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111882020.450.0700.21189.2346.1961.37
Hex6FBCCA2D7015bd2e3d
Octal1572743125570252755675
Binary1101111101111001100101010110111101010110111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,188,202); }

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

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

 a { background-color: rgb(111,188,202); }

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

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

 span { border-color: rgb(111,188,202); }

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