Html Css Color HEX #6074BB Chetwode Blue

📋 copy color: '#6074BB'

red 96 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6074BB

Tints of Chetwode Blue #6074BB

RGB

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

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

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

R = 24.06%
G = 29.07%
B = 46.87%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6074BB (or 0x6074BB) is known color: Chetwode Blue. HEX triplet: 60, 74 and BB. RGB value is (96,116,187). Sum of RGB (Red+Green+Blue) = 96+116+187=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #6074BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074BB is #9F8B44. Grayscale: #757575. Windows color (decimal): -10455877 or 12285024. OLE color: 12285024.

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

Color convert

RGB 96 116 187 -
CMYK 0.49 0.38 0 0.27
HSL 226.81º 0.4% 0.55% -
HSV(B) 226.81º 0.49% 0.73% -
XYZ 20.04 18.57 49.54 -
YUV 118.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 96 116 187 0.49 0.38 0 0.27 226.81 0.4 0.55
Hex 60 74 BB 31 26 0 1B E3 28 37
Octal 140 164 273 61 46 0 33 343 50 67
Binary 1100000 1110100 10111011 110001 100110 0 11011 11100011 101000 110111

Color Harmonies of #6074BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6074BB

Black with #6074BB

Text Example


Text Example

White with #6074BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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