Html Css Color HEX #668F96 Gothic

📋 copy color: '#668F96'

red 102 ◦ green 143 ◦ blue 150

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

Shades of Gothic #668F96

Tints of Gothic #668F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 25.82%
G = 36.2%
B = 37.97%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#668F96 (or 0x668F96) is known color: Gothic. HEX triplet: 66, 8F and 96. RGB value is (102,143,150). Sum of RGB (Red+Green+Blue) = 102+143+150=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #668F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F96 is #997069. Grayscale: #838383. Windows color (decimal): -10055786 or 9867110. OLE color: 9867110.

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

Color convert

RGB 102 143 150 -
CMYK 0.32 0.05 0 0.41
HSL 188.75º 0.19% 0.49% -
HSV(B) 188.75º 0.32% 0.59% -
XYZ 20.81 24.67 32.52 -
YUV 131.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 102 143 150 0.32 0.05 0 0.41 188.75 0.19 0.49
Hex 66 8F 96 20 5 0 29 BD 13 31
Octal 146 217 226 40 5 0 51 275 23 61
Binary 1100110 10001111 10010110 100000 101 0 101001 10111101 10011 110001

Color Harmonies of #668F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F96

Black with #668F96

Text Example


Text Example

White with #668F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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