Html Css Color HEX #6B95D1 Picton Blue

📋 copy color: '#6B95D1'

red 107 ◦ green 149 ◦ blue 209

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

Shades of Picton Blue #6B95D1

Tints of Picton Blue #6B95D1

RGB

 RED value IS 107 (42.19% from 255) = 23.01%

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 23.01%
G = 32.04%
B = 44.95%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B95D1 (or 0x6B95D1) is known color: Picton Blue. HEX triplet: 6B, 95 and D1. RGB value is (107,149,209). Sum of RGB (Red+Green+Blue) = 107+149+209=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B95D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B95D1 is #946A2E. Grayscale: #8F8F8F. Windows color (decimal): -9726511 or 13735275. OLE color: 13735275.

HSL color Cylindrical-coordinate representation of color #6B95D1: hue angle of 215.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B95D1 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 149 209 -
CMYK 0.49 0.29 0 0.18
HSL 215.29º 0.53% 0.62% -
HSV(B) 215.29º 0.49% 0.82% -
XYZ 28.32 29.22 64.47 -
YUV 143.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 107 149 209 0.49 0.29 0 0.18 215.29 0.53 0.62
Hex 6B 95 D1 31 1D 0 12 D7 35 3E
Octal 153 225 321 61 35 0 22 327 65 76
Binary 1101011 10010101 11010001 110001 11101 0 10010 11010111 110101 111110

Color Harmonies of #6B95D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B95D1

Black with #6B95D1

Text Example


Text Example

White with #6B95D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,149,209); }

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

background-color css

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

 a { background-color: rgb(107,149,209); }

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

border-color css

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

 span { border-color: rgb(107,149,209); }

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