#6BC5CA

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

Shades of Seagull #6BC5CA

Tints of Seagull #6BC5CA

Color information

#6BC5CA (or 0x6BC5CA) is unknown color: approx Seagull. HEX triplet: 6B, C5 and CA. RGB value is (107,197,202). Sum of RGB (Red+Green+Blue) = 107+197+202=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BC5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5CA is #943A35. Grayscale: #AAAAAA. Windows color (decimal): -9714230 or 13288811. OLE color: 13288811.

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

Color convert

RGB107197202-
CMYK0.470.0200.21
HSL183.16º47.26%60.59%-
HSV(B)183.16º47.03%79.22%-
XYZ36.6947.3263.08-
YUV170.66145.6882.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.15%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=21.15%
G=38.93%
B=39.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071972020.470.0200.21183.1647.2660.59
Hex6BC5CA2F2015b72f3d
Octal1533053125720252675775
Binary110101111000101110010101011111001010110110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,197,202); }

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

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

 a { background-color: rgb(107,197,202); }

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

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

 span { border-color: rgb(107,197,202); }

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