Html Css Color HEX #66709F Chetwode Blue

📋 copy color: '#66709F'

red 102 ◦ green 112 ◦ blue 159

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

Shades of Chetwode Blue #66709F

Tints of Chetwode Blue #66709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 27.35%
G = 30.03%
B = 42.63%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66709F (or 0x66709F) is known color: Chetwode Blue. HEX triplet: 66, 70 and 9F. RGB value is (102,112,159). Sum of RGB (Red+Green+Blue) = 102+112+159=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #66709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66709F is #998F60. Grayscale: #727272. Windows color (decimal): -10063713 or 10448998. OLE color: 10448998.

HSL color Cylindrical-coordinate representation of color #66709F: hue angle of 229.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66709F is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 112 159 -
CMYK 0.36 0.30 0 0.38
HSL 229.47º 0.23% 0.51% -
HSV(B) 229.47º 0.36% 0.62% -
XYZ 17.53 16.92 35.14 -
YUV 114.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 102 112 159 0.36 0.30 0 0.38 229.47 0.23 0.51
Hex 66 70 9F 24 1E 0 26 E5 17 33
Octal 146 160 237 44 36 0 46 345 27 63
Binary 1100110 1110000 10011111 100100 11110 0 100110 11100101 10111 110011

Color Harmonies of #66709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66709F

Black with #66709F

Text Example


Text Example

White with #66709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66709F; }

 p { color: rgb(102,112,159); }

 H1.HeaderClassName
 {
   color: #66709F;
 }
 .AnyTagClassName
 {
   color: #66709F;
 }
</style>

background-color css

<style>
 a { background-color: #66709F; }

 a { background-color: rgb(102,112,159); }

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

border-color css

<style>
 span { border-color: #66709F; }

 span { border-color: rgb(102,112,159); }

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