Html Css Color HEX #6065BE Chetwode Blue

📋 copy color: '#6065BE'

red 96 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #6065BE

Tints of Chetwode Blue #6065BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 24.81%
G = 26.1%
B = 49.1%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6065BE (or 0x6065BE) is known color: Chetwode Blue. HEX triplet: 60, 65 and BE. RGB value is (96,101,190). Sum of RGB (Red+Green+Blue) = 96+101+190=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #6065BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065BE is #9F9A41. Grayscale: #6D6D6D. Windows color (decimal): -10459714 or 12477792. OLE color: 12477792.

HSL color Cylindrical-coordinate representation of color #6065BE: hue angle of 236.81º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6065BE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 101 190 -
CMYK 0.49 0.47 0 0.25
HSL 236.81º 0.42% 0.56% -
HSV(B) 236.81º 0.49% 0.75% -
XYZ 18.77 15.51 50.72 -
YUV 109.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 96 101 190 0.49 0.47 0 0.25 236.81 0.42 0.56
Hex 60 65 BE 31 2F 0 19 ED 2A 38
Octal 140 145 276 61 57 0 31 355 52 70
Binary 1100000 1100101 10111110 110001 101111 0 11001 11101101 101010 111000

Color Harmonies of #6065BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6065BE

Black with #6065BE

Text Example


Text Example

White with #6065BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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