Html Css Color HEX #6065AF Chetwode Blue

📋 copy color: '#6065AF'

red 96 ◦ green 101 ◦ blue 175

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

Shades of Chetwode Blue #6065AF

Tints of Chetwode Blue #6065AF

RGB

 RED value IS 96 (37.89% from 255) = 25.81%

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 25.81%
G = 27.15%
B = 47.04%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6065AF (or 0x6065AF) is known color: Chetwode Blue. HEX triplet: 60, 65 and AF. RGB value is (96,101,175). Sum of RGB (Red+Green+Blue) = 96+101+175=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #6065AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6065AF is #9F9A50. Grayscale: #6B6B6B. Windows color (decimal): -10459729 or 11494752. OLE color: 11494752.

HSL color Cylindrical-coordinate representation of color #6065AF: hue angle of 236.2º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6065AF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 101 175 -
CMYK 0.45 0.42 0 0.31
HSL 236.2º 0.33% 0.53% -
HSV(B) 236.2º 0.45% 0.69% -
XYZ 17.22 14.89 42.52 -
YUV 107.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 96 101 175 0.45 0.42 0 0.31 236.2 0.33 0.53
Hex 60 65 AF 2D 2A 0 1F EC 21 35
Octal 140 145 257 55 52 0 37 354 41 65
Binary 1100000 1100101 10101111 101101 101010 0 11111 11101100 100001 110101

Color Harmonies of #6065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6065AF

Black with #6065AF

Text Example


Text Example

White with #6065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,101,175); }

 H1.HeaderClassName
 {
   color: #6065AF;
 }
 .AnyTagClassName
 {
   color: #6065AF;
 }
</style>

background-color css

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

 a { background-color: rgb(96,101,175); }

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

border-color css

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

 span { border-color: rgb(96,101,175); }

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