Html Css Color HEX #6F9DCD Picton Blue

📋 copy color: '#6F9DCD'

red 111 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #6F9DCD

Tints of Picton Blue #6F9DCD

RGB

 RED value IS 111 (43.75% from 255) = 23.47%

 GREEN value IS 157 (61.72% from 255) = 33.19%

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

R = 23.47%
G = 33.19%
B = 43.34%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F9DCD (or 0x6F9DCD) is known color: Picton Blue. HEX triplet: 6F, 9D and CD. RGB value is (111,157,205). Sum of RGB (Red+Green+Blue) = 111+157+205=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DCD is #906232. Grayscale: #949494. Windows color (decimal): -9462323 or 13475183. OLE color: 13475183.

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

Color convert

RGB 111 157 205 -
CMYK 0.46 0.23 0 0.20
HSL 210.64º 0.48% 0.62% -
HSV(B) 210.64º 0.46% 0.8% -
XYZ 29.63 31.9 62.35 -
YUV 148.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 111 157 205 0.46 0.23 0 0.20 210.64 0.48 0.62
Hex 6F 9D CD 2E 17 0 14 D3 30 3E
Octal 157 235 315 56 27 0 24 323 60 76
Binary 1101111 10011101 11001101 101110 10111 0 10100 11010011 110000 111110

Color Harmonies of #6F9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9DCD

Black with #6F9DCD

Text Example


Text Example

White with #6F9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,157,205); }

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

background-color css

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

 a { background-color: rgb(111,157,205); }

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

border-color css

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

 span { border-color: rgb(111,157,205); }

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