Html Css Color HEX #6067BF Chetwode Blue

📋 copy color: '#6067BF'

red 96 ◦ green 103 ◦ blue 191

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

Shades of Chetwode Blue #6067BF

Tints of Chetwode Blue #6067BF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

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

R = 24.62%
G = 26.41%
B = 48.97%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6067BF (or 0x6067BF) is known color: Chetwode Blue. HEX triplet: 60, 67 and BF. RGB value is (96,103,191). Sum of RGB (Red+Green+Blue) = 96+103+191=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6067BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067BF is #9F9840. Grayscale: #6E6E6E. Windows color (decimal): -10459201 or 12543840. OLE color: 12543840.

HSL color Cylindrical-coordinate representation of color #6067BF: hue angle of 235.58º 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 #6067BF is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 103 191 -
CMYK 0.50 0.46 0 0.25
HSL 235.58º 0.43% 0.56% -
HSV(B) 235.58º 0.5% 0.75% -
XYZ 19.08 15.95 51.36 -
YUV 110.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 96 103 191 0.50 0.46 0 0.25 235.58 0.43 0.56
Hex 60 67 BF 32 2E 0 19 EC 2B 38
Octal 140 147 277 62 56 0 31 354 53 70
Binary 1100000 1100111 10111111 110010 101110 0 11001 11101100 101011 111000

Color Harmonies of #6067BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067BF

Black with #6067BF

Text Example


Text Example

White with #6067BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6067BF; }

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

 H1.HeaderClassName
 {
   color: #6067BF;
 }
 .AnyTagClassName
 {
   color: #6067BF;
 }
</style>

background-color css

<style>
 a { background-color: #6067BF; }

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

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

border-color css

<style>
 span { border-color: #6067BF; }

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

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