#6CB1CA

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

Shades of Seagull #6CB1CA

Tints of Seagull #6CB1CA

Color information

#6CB1CA (or 0x6CB1CA) is unknown color: approx Seagull. HEX triplet: 6C, B1 and CA. RGB value is (108,177,202). Sum of RGB (Red+Green+Blue) = 108+177+202=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CB1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1CA is #934E35. Grayscale: #9F9F9F. Windows color (decimal): -9653814 or 13283692. OLE color: 13283692.

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

Color convert

RGB108177202-
CMYK0.470.1200.21
HSL195.96º47%60.78%-
HSV(B)195.96º46.53%79.22%-
XYZ32.5738.961.67-
YUV159.22152.1491.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=22.18%
G=36.34%
B=41.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081772020.470.1200.21195.964760.78
Hex6CB1CA2FC015c42f3d
Octal15426131257140253045775
Binary11011001011000111001010101111110001010111000100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,177,202); }

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

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

 a { background-color: rgb(108,177,202); }

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

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

 span { border-color: rgb(108,177,202); }

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