Html Css Color HEX #6374BB Chetwode Blue

📋 copy color: '#6374BB'

red 99 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6374BB

Tints of Chetwode Blue #6374BB

RGB

 RED value IS 99 (39.06% from 255) = 24.63%

 GREEN value IS 116 (45.7% from 255) = 28.86%

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

R = 24.63%
G = 28.86%
B = 46.52%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6374BB (or 0x6374BB) is known color: Chetwode Blue. HEX triplet: 63, 74 and BB. RGB value is (99,116,187). Sum of RGB (Red+Green+Blue) = 99+116+187=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #6374BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374BB is #9C8B44. Grayscale: #767676. Windows color (decimal): -10259269 or 12285027. OLE color: 12285027.

HSL color Cylindrical-coordinate representation of color #6374BB: hue angle of 228.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6374BB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 116 187 -
CMYK 0.47 0.38 0 0.27
HSL 228.41º 0.39% 0.56% -
HSV(B) 228.41º 0.47% 0.73% -
XYZ 20.36 18.73 49.56 -
YUV 119.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 99 116 187 0.47 0.38 0 0.27 228.41 0.39 0.56
Hex 63 74 BB 2F 26 0 1B E4 27 38
Octal 143 164 273 57 46 0 33 344 47 70
Binary 1100011 1110100 10111011 101111 100110 0 11011 11100100 100111 111000

Color Harmonies of #6374BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374BB

Black with #6374BB

Text Example


Text Example

White with #6374BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6374BB; }

 p { color: rgb(99,116,187); }

 H1.HeaderClassName
 {
   color: #6374BB;
 }
 .AnyTagClassName
 {
   color: #6374BB;
 }
</style>

background-color css

<style>
 a { background-color: #6374BB; }

 a { background-color: rgb(99,116,187); }

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

border-color css

<style>
 span { border-color: #6374BB; }

 span { border-color: rgb(99,116,187); }

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