Html Css Color HEX #6B96CC Picton Blue

📋 copy color: '#6B96CC'

red 107 ◦ green 150 ◦ blue 204

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

Shades of Picton Blue #6B96CC

Tints of Picton Blue #6B96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 23.21%
G = 32.54%
B = 44.25%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B96CC (or 0x6B96CC) is known color: Picton Blue. HEX triplet: 6B, 96 and CC. RGB value is (107,150,204). Sum of RGB (Red+Green+Blue) = 107+150+204=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B96CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96CC is #946933. Grayscale: #8F8F8F. Windows color (decimal): -9726260 or 13407851. OLE color: 13407851.

HSL color Cylindrical-coordinate representation of color #6B96CC: hue angle of 213.4º degrees, saturation: 0.49, 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 #6B96CC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 150 204 -
CMYK 0.48 0.26 0 0.2
HSL 213.4º 0.49% 0.61% -
HSV(B) 213.4º 0.48% 0.8% -
XYZ 27.87 29.3 61.31 -
YUV 143.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 107 150 204 0.48 0.26 0 0.2 213.4 0.49 0.61
Hex 6B 96 CC 30 1A 0 14 D5 31 3D
Octal 153 226 314 60 32 0 24 325 61 75
Binary 1101011 10010110 11001100 110000 11010 0 10100 11010101 110001 111101

Color Harmonies of #6B96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B96CC

Black with #6B96CC

Text Example


Text Example

White with #6B96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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