Html Css Color HEX #6B96D1 Picton Blue

📋 copy color: '#6B96D1'

red 107 ◦ green 150 ◦ blue 209

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

Shades of Picton Blue #6B96D1

Tints of Picton Blue #6B96D1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 22.96%
G = 32.19%
B = 44.85%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B96D1 (or 0x6B96D1) is known color: Picton Blue. HEX triplet: 6B, 96 and D1. RGB value is (107,150,209). Sum of RGB (Red+Green+Blue) = 107+150+209=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B96D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96D1 is #94692E. Grayscale: #8F8F8F. Windows color (decimal): -9726255 or 13735531. OLE color: 13735531.

HSL color Cylindrical-coordinate representation of color #6B96D1: hue angle of 214.71º 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 #6B96D1 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 150 209 -
CMYK 0.49 0.28 0 0.18
HSL 214.71º 0.53% 0.62% -
HSV(B) 214.71º 0.49% 0.82% -
XYZ 28.48 29.54 64.52 -
YUV 143.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 107 150 209 0.49 0.28 0 0.18 214.71 0.53 0.62
Hex 6B 96 D1 31 1C 0 12 D7 35 3E
Octal 153 226 321 61 34 0 22 327 65 76
Binary 1101011 10010110 11010001 110001 11100 0 10010 11010111 110101 111110

Color Harmonies of #6B96D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B96D1

Black with #6B96D1

Text Example


Text Example

White with #6B96D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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