Html Css Color HEX #606CBE Chetwode Blue

📋 copy color: '#606CBE'

red 96 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #606CBE

Tints of Chetwode Blue #606CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 24.37%
G = 27.41%
B = 48.22%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#606CBE (or 0x606CBE) is known color: Chetwode Blue. HEX triplet: 60, 6C and BE. RGB value is (96,108,190). Sum of RGB (Red+Green+Blue) = 96+108+190=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #606CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CBE is #9F9341. Grayscale: #717171. Windows color (decimal): -10457922 or 12479584. OLE color: 12479584.

HSL color Cylindrical-coordinate representation of color #606CBE: hue angle of 232.34º 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 #606CBE is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 108 190 -
CMYK 0.49 0.43 0 0.25
HSL 232.34º 0.42% 0.56% -
HSV(B) 232.34º 0.49% 0.75% -
XYZ 19.48 16.93 50.96 -
YUV 113.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 96 108 190 0.49 0.43 0 0.25 232.34 0.42 0.56
Hex 60 6C BE 31 2B 0 19 E8 2A 38
Octal 140 154 276 61 53 0 31 350 52 70
Binary 1100000 1101100 10111110 110001 101011 0 11001 11101000 101010 111000

Color Harmonies of #606CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CBE

Black with #606CBE

Text Example


Text Example

White with #606CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606CBE; }

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

 H1.HeaderClassName
 {
   color: #606CBE;
 }
 .AnyTagClassName
 {
   color: #606CBE;
 }
</style>

background-color css

<style>
 a { background-color: #606CBE; }

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

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

border-color css

<style>
 span { border-color: #606CBE; }

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

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