Html Css Color HEX #606BB8 Chetwode Blue

📋 copy color: '#606BB8'

red 96 ◦ green 107 ◦ blue 184

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

Shades of Chetwode Blue #606BB8

Tints of Chetwode Blue #606BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 24.81%
G = 27.65%
B = 47.55%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#606BB8 (or 0x606BB8) is known color: Chetwode Blue. HEX triplet: 60, 6B and B8. RGB value is (96,107,184). Sum of RGB (Red+Green+Blue) = 96+107+184=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #606BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BB8 is #9F9447. Grayscale: #707070. Windows color (decimal): -10458184 or 12086112. OLE color: 12086112.

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

Color convert

RGB 96 107 184 -
CMYK 0.48 0.42 0 0.28
HSL 232.5º 0.38% 0.55% -
HSV(B) 232.5º 0.48% 0.72% -
XYZ 18.73 16.46 47.54 -
YUV 112.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 96 107 184 0.48 0.42 0 0.28 232.5 0.38 0.55
Hex 60 6B B8 30 2A 0 1C E8 26 37
Octal 140 153 270 60 52 0 34 350 46 67
Binary 1100000 1101011 10111000 110000 101010 0 11100 11101000 100110 110111

Color Harmonies of #606BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BB8

Black with #606BB8

Text Example


Text Example

White with #606BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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