Html Css Color HEX #606ABB Chetwode Blue

📋 copy color: '#606ABB'

red 96 ◦ green 106 ◦ blue 187

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

Shades of Chetwode Blue #606ABB

Tints of Chetwode Blue #606ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 24.68%
G = 27.25%
B = 48.07%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#606ABB (or 0x606ABB) is known color: Chetwode Blue. HEX triplet: 60, 6A and BB. RGB value is (96,106,187). Sum of RGB (Red+Green+Blue) = 96+106+187=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #606ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ABB is #9F9544. Grayscale: #6F6F6F. Windows color (decimal): -10458437 or 12282464. OLE color: 12282464.

HSL color Cylindrical-coordinate representation of color #606ABB: hue angle of 233.41º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606ABB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 106 187 -
CMYK 0.49 0.43 0 0.27
HSL 233.41º 0.4% 0.55% -
HSV(B) 233.41º 0.49% 0.73% -
XYZ 18.95 16.38 49.18 -
YUV 112.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 96 106 187 0.49 0.43 0 0.27 233.41 0.4 0.55
Hex 60 6A BB 31 2B 0 1B E9 28 37
Octal 140 152 273 61 53 0 33 351 50 67
Binary 1100000 1101010 10111011 110001 101011 0 11011 11101001 101000 110111

Color Harmonies of #606ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ABB

Black with #606ABB

Text Example


Text Example

White with #606ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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