Html Css Color HEX #65699F Chetwode Blue

📋 copy color: '#65699F'

red 101 ◦ green 105 ◦ blue 159

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

Shades of Chetwode Blue #65699F

Tints of Chetwode Blue #65699F

RGB

 RED value IS 101 (39.84% from 255) = 27.67%

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 27.67%
G = 28.77%
B = 43.56%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65699F (or 0x65699F) is known color: Chetwode Blue. HEX triplet: 65, 69 and 9F. RGB value is (101,105,159). Sum of RGB (Red+Green+Blue) = 101+105+159=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #65699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699F is #9A9660. Grayscale: #6D6D6D. Windows color (decimal): -10131041 or 10447205. OLE color: 10447205.

HSL color Cylindrical-coordinate representation of color #65699F: hue angle of 235.86º 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 #65699F is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 105 159 -
CMYK 0.36 0.34 0 0.38
HSL 235.86º 0.23% 0.51% -
HSV(B) 235.86º 0.36% 0.62% -
XYZ 16.68 15.37 34.89 -
YUV 109.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 101 105 159 0.36 0.34 0 0.38 235.86 0.23 0.51
Hex 65 69 9F 24 22 0 26 EC 17 33
Octal 145 151 237 44 42 0 46 354 27 63
Binary 1100101 1101001 10011111 100100 100010 0 100110 11101100 10111 110011

Color Harmonies of #65699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65699F

Black with #65699F

Text Example


Text Example

White with #65699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,105,159); }

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

background-color css

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

 a { background-color: rgb(101,105,159); }

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

border-color css

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

 span { border-color: rgb(101,105,159); }

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