Html Css Color HEX #6099CD Picton Blue

📋 copy color: '#6099CD'

red 96 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #6099CD

Tints of Picton Blue #6099CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 21.15%
G = 33.7%
B = 45.15%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6099CD (or 0x6099CD) is known color: Picton Blue. HEX triplet: 60, 99 and CD. RGB value is (96,153,205). Sum of RGB (Red+Green+Blue) = 96+153+205=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6099CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099CD is #9F6632. Grayscale: #8D8D8D. Windows color (decimal): -10446387 or 13474144. OLE color: 13474144.

HSL color Cylindrical-coordinate representation of color #6099CD: hue angle of 208.62º degrees, saturation: 0.52, 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 #6099CD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 153 205 -
CMYK 0.53 0.25 0 0.20
HSL 208.62º 0.52% 0.59% -
HSV(B) 208.62º 0.53% 0.8% -
XYZ 27.23 29.68 62.05 -
YUV 141.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 96 153 205 0.53 0.25 0 0.20 208.62 0.52 0.59
Hex 60 99 CD 35 19 0 14 D1 34 3B
Octal 140 231 315 65 31 0 24 321 64 73
Binary 1100000 10011001 11001101 110101 11001 0 10100 11010001 110100 111011

Color Harmonies of #6099CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6099CD

Black with #6099CD

Text Example


Text Example

White with #6099CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6099CD; }

 p { color: rgb(96,153,205); }

 H1.HeaderClassName
 {
   color: #6099CD;
 }
 .AnyTagClassName
 {
   color: #6099CD;
 }
</style>

background-color css

<style>
 a { background-color: #6099CD; }

 a { background-color: rgb(96,153,205); }

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

border-color css

<style>
 span { border-color: #6099CD; }

 span { border-color: rgb(96,153,205); }

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