Html Css Color HEX #668F95 Gothic

📋 copy color: '#668F95'

red 102 ◦ green 143 ◦ blue 149

#668F95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #668F95

Tints of Gothic #668F95

RGB

 RED value IS 102 (40.23% from 255) = 25.89%

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 25.89%
G = 36.29%
B = 37.82%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668F95 (or 0x668F95) is known color: Gothic. HEX triplet: 66, 8F and 95. RGB value is (102,143,149). Sum of RGB (Red+Green+Blue) = 102+143+149=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #668F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F95 is #99706A. Grayscale: #838383. Windows color (decimal): -10055787 or 9801574. OLE color: 9801574.

HSL color Cylindrical-coordinate representation of color #668F95: hue angle of 187.66º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668F95 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 143 149 -
CMYK 0.32 0.04 0 0.42
HSL 187.66º 0.19% 0.49% -
HSV(B) 187.66º 0.32% 0.58% -
XYZ 20.73 24.64 32.1 -
YUV 131.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 102 143 149 0.32 0.04 0 0.42 187.66 0.19 0.49
Hex 66 8F 95 20 4 0 2A BC 13 31
Octal 146 217 225 40 4 0 52 274 23 61
Binary 1100110 10001111 10010101 100000 100 0 101010 10111100 10011 110001

Color Harmonies of #668F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F95

Black with #668F95

Text Example


Text Example

White with #668F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F95; }

 p { color: rgb(102,143,149); }

 H1.HeaderClassName
 {
   color: #668F95;
 }
 .AnyTagClassName
 {
   color: #668F95;
 }
</style>

background-color css

<style>
 a { background-color: #668F95; }

 a { background-color: rgb(102,143,149); }

 div.DivClassName
 {
   background-color: #668F95;
 }
 .BgClassName
 {
   background-color: #668F95;
 }
</style>

border-color css

<style>
 span { border-color: #668F95; }

 span { border-color: rgb(102,143,149); }

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