Html Css Color HEX #6895CD Picton Blue

📋 copy color: '#6895CD'

red 104 ◦ green 149 ◦ blue 205

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

Shades of Picton Blue #6895CD

Tints of Picton Blue #6895CD

RGB

 RED value IS 104 (41.02% from 255) = 22.71%

 GREEN value IS 149 (58.59% from 255) = 32.53%

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

R = 22.71%
G = 32.53%
B = 44.76%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6895CD (or 0x6895CD) is known color: Picton Blue. HEX triplet: 68, 95 and CD. RGB value is (104,149,205). Sum of RGB (Red+Green+Blue) = 104+149+205=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6895CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895CD is #976A32. Grayscale: #8D8D8D. Windows color (decimal): -9923123 or 13473128. OLE color: 13473128.

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

Color convert

RGB 104 149 205 -
CMYK 0.49 0.27 0 0.20
HSL 213.27º 0.5% 0.61% -
HSV(B) 213.27º 0.49% 0.8% -
XYZ 27.48 28.85 61.88 -
YUV 141.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 104 149 205 0.49 0.27 0 0.20 213.27 0.5 0.61
Hex 68 95 CD 31 1B 0 14 D5 32 3D
Octal 150 225 315 61 33 0 24 325 62 75
Binary 1101000 10010101 11001101 110001 11011 0 10100 11010101 110010 111101

Color Harmonies of #6895CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6895CD

Black with #6895CD

Text Example


Text Example

White with #6895CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,149,205); }

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

background-color css

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

 a { background-color: rgb(104,149,205); }

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

border-color css

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

 span { border-color: rgb(104,149,205); }

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