Html Css Color HEX #6A99CD Picton Blue

📋 copy color: '#6A99CD'

red 106 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #6A99CD

Tints of Picton Blue #6A99CD

RGB

 RED value IS 106 (41.8% from 255) = 22.84%

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

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

R = 22.84%
G = 32.97%
B = 44.18%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A99CD (or 0x6A99CD) is known color: Picton Blue. HEX triplet: 6A, 99 and CD. RGB value is (106,153,205). Sum of RGB (Red+Green+Blue) = 106+153+205=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A99CD is #956632. Grayscale: #909090. Windows color (decimal): -9791027 or 13474154. OLE color: 13474154.

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

Color convert

RGB 106 153 205 -
CMYK 0.48 0.25 0 0.20
HSL 211.52º 0.5% 0.61% -
HSV(B) 211.52º 0.48% 0.8% -
XYZ 28.35 30.25 62.1 -
YUV 144.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 106 153 205 0.48 0.25 0 0.20 211.52 0.5 0.61
Hex 6A 99 CD 30 19 0 14 D4 32 3D
Octal 152 231 315 60 31 0 24 324 62 75
Binary 1101010 10011001 11001101 110000 11001 0 10100 11010100 110010 111101

Color Harmonies of #6A99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A99CD

Black with #6A99CD

Text Example


Text Example

White with #6A99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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