#6BBDCA

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

Shades of Seagull #6BBDCA

Tints of Seagull #6BBDCA

Color information

#6BBDCA (or 0x6BBDCA) is unknown color: approx Seagull. HEX triplet: 6B, BD and CA. RGB value is (107,189,202). Sum of RGB (Red+Green+Blue) = 107+189+202=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDCA is #944235. Grayscale: #A5A5A5. Windows color (decimal): -9716278 or 13286763. OLE color: 13286763.

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

Color convert

RGB107189202-
CMYK0.470.0600.21
HSL188.21º47.26%60.59%-
HSV(B)188.21º47.03%79.22%-
XYZ34.9243.7962.49-
YUV165.96148.3385.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.49%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=21.49%
G=37.95%
B=40.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071892020.470.0600.21188.2147.2660.59
Hex6BBDCA2F6015bc2f3d
Octal1532753125760252745775
Binary1101011101111011100101010111111001010110111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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