Html Css Color HEX #6069BE Chetwode Blue

📋 copy color: '#6069BE'

red 96 ◦ green 105 ◦ blue 190

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

Shades of Chetwode Blue #6069BE

Tints of Chetwode Blue #6069BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 24.55%
G = 26.85%
B = 48.59%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6069BE (or 0x6069BE) is known color: Chetwode Blue. HEX triplet: 60, 69 and BE. RGB value is (96,105,190). Sum of RGB (Red+Green+Blue) = 96+105+190=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #6069BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6069BE is #9F9641. Grayscale: #6F6F6F. Windows color (decimal): -10458690 or 12478816. OLE color: 12478816.

HSL color Cylindrical-coordinate representation of color #6069BE: hue angle of 234.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6069BE is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 105 190 -
CMYK 0.49 0.45 0 0.25
HSL 234.26º 0.42% 0.56% -
HSV(B) 234.26º 0.49% 0.75% -
XYZ 19.17 16.31 50.85 -
YUV 112 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 96 105 190 0.49 0.45 0 0.25 234.26 0.42 0.56
Hex 60 69 BE 31 2D 0 19 EA 2A 38
Octal 140 151 276 61 55 0 31 352 52 70
Binary 1100000 1101001 10111110 110001 101101 0 11001 11101010 101010 111000

Color Harmonies of #6069BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6069BE

Black with #6069BE

Text Example


Text Example

White with #6069BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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