Html Css Color HEX #606ABE Chetwode Blue

📋 copy color: '#606ABE'

red 96 ◦ green 106 ◦ blue 190

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

Shades of Chetwode Blue #606ABE

Tints of Chetwode Blue #606ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 24.49%
G = 27.04%
B = 48.47%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#606ABE (or 0x606ABE) is known color: Chetwode Blue. HEX triplet: 60, 6A and BE. RGB value is (96,106,190). Sum of RGB (Red+Green+Blue) = 96+106+190=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #606ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ABE is #9F9541. Grayscale: #707070. Windows color (decimal): -10458434 or 12479072. OLE color: 12479072.

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

Color convert

RGB 96 106 190 -
CMYK 0.49 0.44 0 0.25
HSL 233.62º 0.42% 0.56% -
HSV(B) 233.62º 0.49% 0.75% -
XYZ 19.27 16.51 50.89 -
YUV 112.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 96 106 190 0.49 0.44 0 0.25 233.62 0.42 0.56
Hex 60 6A BE 31 2C 0 19 EA 2A 38
Octal 140 152 276 61 54 0 31 352 52 70
Binary 1100000 1101010 10111110 110001 101100 0 11001 11101010 101010 111000

Color Harmonies of #606ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ABE

Black with #606ABE

Text Example


Text Example

White with #606ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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