#67B6CD

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

Shades of Seagull #67B6CD

Tints of Seagull #67B6CD

Color information

#67B6CD (or 0x67B6CD) is unknown color: approx Seagull. HEX triplet: 67, B6 and CD. RGB value is (103,182,205). Sum of RGB (Red+Green+Blue) = 103+182+205=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #67B6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B6CD is #984932. Grayscale: #A0A0A0. Windows color (decimal): -9980211 or 13481575. OLE color: 13481575.

HSL color Cylindrical-coordinate representation of color #67B6CD: hue angle of 193.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67B6CD is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103182205-
CMYK0.500.1100.20
HSL193.53º50.5%60.39%-
HSV(B)193.53º49.76%80.39%-
XYZ33.3440.7563.87-
YUV161152.8386.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.02%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=21.02%
G=37.14%
B=41.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031822050.500.1100.20193.5350.560.39
Hex67B6CD32B014c2323c
Octal14726631562130243026274
Binary11001111011011011001101110010101101010011000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B6CD; }

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

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

<style>
 a { background-color: #67B6CD; }

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

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

<style>
 span { border-color: #67B6CD; }

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

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