Html Css Color HEX #6078BC Chetwode Blue

📋 copy color: '#6078BC'

red 96 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #6078BC

Tints of Chetwode Blue #6078BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.7%

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

R = 23.76%
G = 29.7%
B = 46.53%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6078BC (or 0x6078BC) is known color: Chetwode Blue. HEX triplet: 60, 78 and BC. RGB value is (96,120,188). Sum of RGB (Red+Green+Blue) = 96+120+188=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #6078BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078BC is #9F8743. Grayscale: #787878. Windows color (decimal): -10454852 or 12351584. OLE color: 12351584.

HSL color Cylindrical-coordinate representation of color #6078BC: hue angle of 224.35º 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 #6078BC is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 120 188 -
CMYK 0.49 0.36 0 0.26
HSL 224.35º 0.41% 0.56% -
HSV(B) 224.35º 0.49% 0.74% -
XYZ 20.62 19.55 50.26 -
YUV 120.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 96 120 188 0.49 0.36 0 0.26 224.35 0.41 0.56
Hex 60 78 BC 31 24 0 1A E0 29 38
Octal 140 170 274 61 44 0 32 340 51 70
Binary 1100000 1111000 10111100 110001 100100 0 11010 11100000 101001 111000

Color Harmonies of #6078BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078BC

Black with #6078BC

Text Example


Text Example

White with #6078BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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