Html Css Color HEX #606BBA Chetwode Blue

📋 copy color: '#606BBA'

red 96 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #606BBA

Tints of Chetwode Blue #606BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 24.68%
G = 27.51%
B = 47.81%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#606BBA (or 0x606BBA) is known color: Chetwode Blue. HEX triplet: 60, 6B and BA. RGB value is (96,107,186). Sum of RGB (Red+Green+Blue) = 96+107+186=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #606BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BBA is #9F9445. Grayscale: #707070. Windows color (decimal): -10458182 or 12217184. OLE color: 12217184.

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

Color convert

RGB 96 107 186 -
CMYK 0.48 0.42 0 0.27
HSL 232.67º 0.39% 0.55% -
HSV(B) 232.67º 0.48% 0.73% -
XYZ 18.94 16.55 48.65 -
YUV 112.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 96 107 186 0.48 0.42 0 0.27 232.67 0.39 0.55
Hex 60 6B BA 30 2A 0 1B E9 27 37
Octal 140 153 272 60 52 0 33 351 47 67
Binary 1100000 1101011 10111010 110000 101010 0 11011 11101001 100111 110111

Color Harmonies of #606BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BBA

Black with #606BBA

Text Example


Text Example

White with #606BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,186); }

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

background-color css

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

 a { background-color: rgb(96,107,186); }

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

border-color css

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

 span { border-color: rgb(96,107,186); }

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