Html Css Color HEX #606EBB Chetwode Blue

📋 copy color: '#606EBB'

red 96 ◦ green 110 ◦ blue 187

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

Shades of Chetwode Blue #606EBB

Tints of Chetwode Blue #606EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

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

R = 24.43%
G = 27.99%
B = 47.58%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#606EBB (or 0x606EBB) is known color: Chetwode Blue. HEX triplet: 60, 6E and BB. RGB value is (96,110,187). Sum of RGB (Red+Green+Blue) = 96+110+187=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #606EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EBB is #9F9144. Grayscale: #727272. Windows color (decimal): -10457413 or 12283488. OLE color: 12283488.

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

Color convert

RGB 96 110 187 -
CMYK 0.49 0.41 0 0.27
HSL 230.77º 0.4% 0.55% -
HSV(B) 230.77º 0.49% 0.73% -
XYZ 19.37 17.23 49.32 -
YUV 114.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 96 110 187 0.49 0.41 0 0.27 230.77 0.4 0.55
Hex 60 6E BB 31 29 0 1B E7 28 37
Octal 140 156 273 61 51 0 33 347 50 67
Binary 1100000 1101110 10111011 110001 101001 0 11011 11100111 101000 110111

Color Harmonies of #606EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EBB

Black with #606EBB

Text Example


Text Example

White with #606EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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