Html Css Color HEX #6069CC Chetwode Blue

📋 copy color: '#6069CC'

red 96 ◦ green 105 ◦ blue 204

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

Shades of Chetwode Blue #6069CC

Tints of Chetwode Blue #6069CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 23.7%
G = 25.93%
B = 50.37%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6069CC (or 0x6069CC) is known color: Chetwode Blue. HEX triplet: 60, 69 and CC. RGB value is (96,105,204). Sum of RGB (Red+Green+Blue) = 96+105+204=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6069CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6069CC is #9F9633. Grayscale: #717171. Windows color (decimal): -10458676 or 13396320. OLE color: 13396320.

HSL color Cylindrical-coordinate representation of color #6069CC: hue angle of 235º 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 #6069CC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 105 204 -
CMYK 0.53 0.49 0 0.2
HSL 235º 0.51% 0.59% -
HSV(B) 235º 0.53% 0.8% -
XYZ 20.77 16.95 59.3 -
YUV 113.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 96 105 204 0.53 0.49 0 0.2 235 0.51 0.59
Hex 60 69 CC 35 31 0 14 EB 33 3B
Octal 140 151 314 65 61 0 24 353 63 73
Binary 1100000 1101001 11001100 110101 110001 0 10100 11101011 110011 111011

Color Harmonies of #6069CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6069CC

Black with #6069CC

Text Example


Text Example

White with #6069CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6069CC; }

 p { color: rgb(96,105,204); }

 H1.HeaderClassName
 {
   color: #6069CC;
 }
 .AnyTagClassName
 {
   color: #6069CC;
 }
</style>

background-color css

<style>
 a { background-color: #6069CC; }

 a { background-color: rgb(96,105,204); }

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

border-color css

<style>
 span { border-color: #6069CC; }

 span { border-color: rgb(96,105,204); }

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