Html Css Color HEX #6064BC Chetwode Blue

📋 copy color: '#6064BC'

red 96 ◦ green 100 ◦ blue 188

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

Shades of Chetwode Blue #6064BC

Tints of Chetwode Blue #6064BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 25%
G = 26.04%
B = 48.96%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6064BC (or 0x6064BC) is known color: Chetwode Blue. HEX triplet: 60, 64 and BC. RGB value is (96,100,188). Sum of RGB (Red+Green+Blue) = 96+100+188=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #6064BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064BC is #9F9B43. Grayscale: #6C6C6C. Windows color (decimal): -10459972 or 12346464. OLE color: 12346464.

HSL color Cylindrical-coordinate representation of color #6064BC: hue angle of 237.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6064BC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 100 188 -
CMYK 0.49 0.47 0 0.26
HSL 237.39º 0.41% 0.56% -
HSV(B) 237.39º 0.49% 0.74% -
XYZ 18.46 15.23 49.54 -
YUV 108.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 96 100 188 0.49 0.47 0 0.26 237.39 0.41 0.56
Hex 60 64 BC 31 2F 0 1A ED 29 38
Octal 140 144 274 61 57 0 32 355 51 70
Binary 1100000 1100100 10111100 110001 101111 0 11010 11101101 101001 111000

Color Harmonies of #6064BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064BC

Black with #6064BC

Text Example


Text Example

White with #6064BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6064BC; }

 p { color: rgb(96,100,188); }

 H1.HeaderClassName
 {
   color: #6064BC;
 }
 .AnyTagClassName
 {
   color: #6064BC;
 }
</style>

background-color css

<style>
 a { background-color: #6064BC; }

 a { background-color: rgb(96,100,188); }

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

border-color css

<style>
 span { border-color: #6064BC; }

 span { border-color: rgb(96,100,188); }

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