#6998C4

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

Shades of Shakespeare #6998C4

Tints of Shakespeare #6998C4

Color information

#6998C4 (or 0x6998C4) is unknown color: approx Shakespeare. HEX triplet: 69, 98 and C4. RGB value is (105,152,196). Sum of RGB (Red+Green+Blue) = 105+152+196=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #6998C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998C4 is #96673B. Grayscale: #8E8E8E. Windows color (decimal): -9856828 or 12884073. OLE color: 12884073.

HSL color Cylindrical-coordinate representation of color #6998C4: hue angle of 209.01º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6998C4 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105152196-
CMYK0.460.2200.23
HSL209.01º43.54%59.02%-
HSV(B)209.01º46.43%76.86%-
XYZ27.0229.4556.48-
YUV142.96157.93100.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 196 (76.95% from 255) = 43.27%
R=23.18%
G=33.55%
B=43.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051521960.460.2200.23209.0143.5459.02
Hex6998C42E16017d12c3b
Octal15123030456260273215473
Binary110100110011000110001001011101011001011111010001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6998C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6998C4; }

 p { color: rgb(105,152,196); }

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

<style>
 a { background-color: #6998C4; }

 a { background-color: rgb(105,152,196); }

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

<style>
 span { border-color: #6998C4; }

 span { border-color: rgb(105,152,196); }

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