#6BB6CD

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

Shades of Seagull #6BB6CD

Tints of Seagull #6BB6CD

Color information

#6BB6CD (or 0x6BB6CD) is unknown color: approx Seagull. HEX triplet: 6B, B6 and CD. RGB value is (107,182,205). Sum of RGB (Red+Green+Blue) = 107+182+205=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BB6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB6CD is #944932. Grayscale: #A2A2A2. Windows color (decimal): -9718067 or 13481579. OLE color: 13481579.

HSL color Cylindrical-coordinate representation of color #6BB6CD: hue angle of 194.08º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BB6CD is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107182205-
CMYK0.480.1100.20
HSL194.08º49.49%61.18%-
HSV(B)194.08º47.8%80.39%-
XYZ33.8140.9963.89-
YUV162.2152.1588.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.66%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=21.66%
G=36.84%
B=41.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071822050.480.1100.20194.0849.4961.18
Hex6BB6CD30B014c2313d
Octal15326631560130243026175
Binary11010111011011011001101110000101101010011000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,182,205); }

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

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

 a { background-color: rgb(107,182,205); }

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

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

 span { border-color: rgb(107,182,205); }

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