#6CB4CC

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

Shades of Seagull #6CB4CC

Tints of Seagull #6CB4CC

Color information

#6CB4CC (or 0x6CB4CC) is unknown color: approx Seagull. HEX triplet: 6C, B4 and CC. RGB value is (108,180,204). Sum of RGB (Red+Green+Blue) = 108+180+204=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CB4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB4CC is #934B33. Grayscale: #A1A1A1. Windows color (decimal): -9653044 or 13415532. OLE color: 13415532.

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

Color convert

RGB108180204-
CMYK0.470.1200.2
HSL195º48.48%61.18%-
HSV(B)195º47.06%80%-
XYZ33.440.1963.12-
YUV161.21152.1590.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.95%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=21.95%
G=36.59%
B=41.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1081802040.470.1200.219548.4861.18
Hex6CB4CC2FC014c3303d
Octal15426431457140243036075
Binary11011001011010011001100101111110001010011000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,204); }

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

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

 a { background-color: rgb(108,180,204); }

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

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

 span { border-color: rgb(108,180,204); }

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