Html Css Color HEX #6069B6 Chetwode Blue

📋 copy color: '#6069B6'

red 96 ◦ green 105 ◦ blue 182

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

Shades of Chetwode Blue #6069B6

Tints of Chetwode Blue #6069B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.52%

R = 25.07%
G = 27.42%
B = 47.52%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6069B6 (or 0x6069B6) is known color: Chetwode Blue. HEX triplet: 60, 69 and B6. RGB value is (96,105,182). Sum of RGB (Red+Green+Blue) = 96+105+182=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #6069B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6069B6 is #9F9649. Grayscale: #6E6E6E. Windows color (decimal): -10458698 or 11954528. OLE color: 11954528.

HSL color Cylindrical-coordinate representation of color #6069B6: hue angle of 233.72º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6069B6 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 105 182 -
CMYK 0.47 0.42 0 0.29
HSL 233.72º 0.37% 0.55% -
HSV(B) 233.72º 0.47% 0.71% -
XYZ 18.32 15.97 46.37 -
YUV 111.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 96 105 182 0.47 0.42 0 0.29 233.72 0.37 0.55
Hex 60 69 B6 2F 2A 0 1D EA 25 37
Octal 140 151 266 57 52 0 35 352 45 67
Binary 1100000 1101001 10110110 101111 101010 0 11101 11101010 100101 110111

Color Harmonies of #6069B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6069B6

Black with #6069B6

Text Example


Text Example

White with #6069B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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