#6898AF

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

Shades of Shakespeare #6898AF

Tints of Shakespeare #6898AF

Color information

#6898AF (or 0x6898AF) is unknown color: approx Shakespeare. HEX triplet: 68, 98 and AF. RGB value is (104,152,175). Sum of RGB (Red+Green+Blue) = 104+152+175=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #6898AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6898AF is #976750. Grayscale: #8C8C8C. Windows color (decimal): -9922385 or 11507816. OLE color: 11507816.

HSL color Cylindrical-coordinate representation of color #6898AF: hue angle of 199.44º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6898AF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104152175-
CMYK0.410.1300.31
HSL199.44º30.74%54.71%-
HSV(B)199.44º40.57%68.63%-
XYZ24.6828.4944.76-
YUV140.27147.6102.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=24.13%
G=35.27%
B=40.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041521750.410.1300.31199.4430.7454.71
Hex6898AF29D01Fc71f37
Octal15023025751150373073767
Binary1101000100110001010111110100111010111111100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6898AF; }

 p { color: rgb(104,152,175); }

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

<style>
 a { background-color: #6898AF; }

 a { background-color: rgb(104,152,175); }

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

<style>
 span { border-color: #6898AF; }

 span { border-color: rgb(104,152,175); }

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