Html Css Color HEX #606BBF Chetwode Blue

📋 copy color: '#606BBF'

red 96 ◦ green 107 ◦ blue 191

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

Shades of Chetwode Blue #606BBF

Tints of Chetwode Blue #606BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 24.37%
G = 27.16%
B = 48.48%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#606BBF (or 0x606BBF) is known color: Chetwode Blue. HEX triplet: 60, 6B and BF. RGB value is (96,107,191). Sum of RGB (Red+Green+Blue) = 96+107+191=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #606BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BBF is #9F9440. Grayscale: #707070. Windows color (decimal): -10458177 or 12544864. OLE color: 12544864.

HSL color Cylindrical-coordinate representation of color #606BBF: hue angle of 233.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606BBF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 107 191 -
CMYK 0.50 0.44 0 0.25
HSL 233.05º 0.43% 0.56% -
HSV(B) 233.05º 0.5% 0.75% -
XYZ 19.49 16.76 51.5 -
YUV 113.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 96 107 191 0.50 0.44 0 0.25 233.05 0.43 0.56
Hex 60 6B BF 32 2C 0 19 E9 2B 38
Octal 140 153 277 62 54 0 31 351 53 70
Binary 1100000 1101011 10111111 110010 101100 0 11001 11101001 101011 111000

Color Harmonies of #606BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BBF

Black with #606BBF

Text Example


Text Example

White with #606BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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