#6CABCA

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

Shades of Seagull #6CABCA

Tints of Seagull #6CABCA

Color information

#6CABCA (or 0x6CABCA) is unknown color: approx Seagull. HEX triplet: 6C, AB and CA. RGB value is (108,171,202). Sum of RGB (Red+Green+Blue) = 108+171+202=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABCA is #935435. Grayscale: #9B9B9B. Windows color (decimal): -9655350 or 13282156. OLE color: 13282156.

HSL color Cylindrical-coordinate representation of color #6CABCA: hue angle of 199.79º 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 #6CABCA is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB108171202-
CMYK0.470.1500.21
HSL199.79º47%60.78%-
HSV(B)199.79º46.53%79.22%-
XYZ31.4136.5861.28-
YUV155.7154.1393.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.45%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=22.45%
G=35.55%
B=42.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081712020.470.1500.21199.794760.78
Hex6CABCA2FF015c82f3d
Octal15425331257170253105775
Binary11011001010101111001010101111111101010111001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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