Html Css Color HEX #6D99CD Picton Blue

📋 copy color: '#6D99CD'

red 109 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #6D99CD

Tints of Picton Blue #6D99CD

RGB

 RED value IS 109 (42.97% from 255) = 23.34%

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

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

R = 23.34%
G = 32.76%
B = 43.9%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D99CD (or 0x6D99CD) is known color: Picton Blue. HEX triplet: 6D, 99 and CD. RGB value is (109,153,205). Sum of RGB (Red+Green+Blue) = 109+153+205=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99CD is #926632. Grayscale: #919191. Windows color (decimal): -9594419 or 13474157. OLE color: 13474157.

HSL color Cylindrical-coordinate representation of color #6D99CD: hue angle of 212.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D99CD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 153 205 -
CMYK 0.47 0.25 0 0.20
HSL 212.5º 0.49% 0.62% -
HSV(B) 212.5º 0.47% 0.8% -
XYZ 28.72 30.44 62.12 -
YUV 145.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 109 153 205 0.47 0.25 0 0.20 212.5 0.49 0.62
Hex 6D 99 CD 2F 19 0 14 D4 31 3E
Octal 155 231 315 57 31 0 24 324 61 76
Binary 1101101 10011001 11001101 101111 11001 0 10100 11010100 110001 111110

Color Harmonies of #6D99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D99CD

Black with #6D99CD

Text Example


Text Example

White with #6D99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D99CD; }

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

 H1.HeaderClassName
 {
   color: #6D99CD;
 }
 .AnyTagClassName
 {
   color: #6D99CD;
 }
</style>

background-color css

<style>
 a { background-color: #6D99CD; }

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

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

border-color css

<style>
 span { border-color: #6D99CD; }

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

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