Html Css Color HEX #6067BB Chetwode Blue

📋 copy color: '#6067BB'

red 96 ◦ green 103 ◦ blue 187

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

Shades of Chetwode Blue #6067BB

Tints of Chetwode Blue #6067BB

RGB

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

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

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

R = 24.87%
G = 26.68%
B = 48.45%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6067BB (or 0x6067BB) is known color: Chetwode Blue. HEX triplet: 60, 67 and BB. RGB value is (96,103,187). Sum of RGB (Red+Green+Blue) = 96+103+187=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #6067BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067BB is #9F9844. Grayscale: #6E6E6E. Windows color (decimal): -10459205 or 12281696. OLE color: 12281696.

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

Color convert

RGB 96 103 187 -
CMYK 0.49 0.45 0 0.27
HSL 235.38º 0.4% 0.55% -
HSV(B) 235.38º 0.49% 0.73% -
XYZ 18.64 15.78 49.08 -
YUV 110.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 96 103 187 0.49 0.45 0 0.27 235.38 0.4 0.55
Hex 60 67 BB 31 2D 0 1B EB 28 37
Octal 140 147 273 61 55 0 33 353 50 67
Binary 1100000 1100111 10111011 110001 101101 0 11011 11101011 101000 110111

Color Harmonies of #6067BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6067BB

Black with #6067BB

Text Example


Text Example

White with #6067BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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