#6B9CC3

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

Shades of Shakespeare #6B9CC3

Tints of Shakespeare #6B9CC3

Color information

#6B9CC3 (or 0x6B9CC3) is unknown color: approx Shakespeare. HEX triplet: 6B, 9C and C3. RGB value is (107,156,195). Sum of RGB (Red+Green+Blue) = 107+156+195=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #6B9CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CC3 is #94633C. Grayscale: #919191. Windows color (decimal): -9724733 or 12819563. OLE color: 12819563.

HSL color Cylindrical-coordinate representation of color #6B9CC3: hue angle of 206.59º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B9CC3 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB107156195-
CMYK0.450.2000.24
HSL206.59º42.31%59.22%-
HSV(B)206.59º45.13%76.47%-
XYZ27.830.8456.12-
YUV145.79155.77100.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.36%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=23.36%
G=34.06%
B=42.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071561950.450.2000.24206.5942.3159.22
Hex6B9CC32D14018cf2a3b
Octal15323430355240303175273
Binary110101110011100110000111011011010001100011001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,156,195); }

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

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

 a { background-color: rgb(107,156,195); }

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

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

 span { border-color: rgb(107,156,195); }

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