Html Css Color HEX #6068CB Chetwode Blue

📋 copy color: '#6068CB'

red 96 ◦ green 104 ◦ blue 203

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

Shades of Chetwode Blue #6068CB

Tints of Chetwode Blue #6068CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 23.82%
G = 25.81%
B = 50.37%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6068CB (or 0x6068CB) is known color: Chetwode Blue. HEX triplet: 60, 68 and CB. RGB value is (96,104,203). Sum of RGB (Red+Green+Blue) = 96+104+203=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #6068CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6068CB is #9F9734. Grayscale: #707070. Windows color (decimal): -10458933 or 13330528. OLE color: 13330528.

HSL color Cylindrical-coordinate representation of color #6068CB: hue angle of 235.51º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6068CB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 104 203 -
CMYK 0.53 0.49 0 0.20
HSL 235.51º 0.51% 0.59% -
HSV(B) 235.51º 0.53% 0.8% -
XYZ 20.55 16.7 58.64 -
YUV 112.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 96 104 203 0.53 0.49 0 0.20 235.51 0.51 0.59
Hex 60 68 CB 35 31 0 14 EC 33 3B
Octal 140 150 313 65 61 0 24 354 63 73
Binary 1100000 1101000 11001011 110101 110001 0 10100 11101100 110011 111011

Color Harmonies of #6068CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6068CB

Black with #6068CB

Text Example


Text Example

White with #6068CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6068CB; }

 p { color: rgb(96,104,203); }

 H1.HeaderClassName
 {
   color: #6068CB;
 }
 .AnyTagClassName
 {
   color: #6068CB;
 }
</style>

background-color css

<style>
 a { background-color: #6068CB; }

 a { background-color: rgb(96,104,203); }

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

border-color css

<style>
 span { border-color: #6068CB; }

 span { border-color: rgb(96,104,203); }

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