Html Css Color HEX #6896CB Picton Blue

📋 copy color: '#6896CB'

red 104 ◦ green 150 ◦ blue 203

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

Shades of Picton Blue #6896CB

Tints of Picton Blue #6896CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 22.76%
G = 32.82%
B = 44.42%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6896CB (or 0x6896CB) is known color: Picton Blue. HEX triplet: 68, 96 and CB. RGB value is (104,150,203). Sum of RGB (Red+Green+Blue) = 104+150+203=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #6896CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896CB is #976934. Grayscale: #8E8E8E. Windows color (decimal): -9922869 or 13342312. OLE color: 13342312.

HSL color Cylindrical-coordinate representation of color #6896CB: hue angle of 212.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6896CB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 150 203 -
CMYK 0.49 0.26 0 0.20
HSL 212.12º 0.49% 0.6% -
HSV(B) 212.12º 0.49% 0.8% -
XYZ 27.39 29.07 60.67 -
YUV 142.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 104 150 203 0.49 0.26 0 0.20 212.12 0.49 0.6
Hex 68 96 CB 31 1A 0 14 D4 31 3C
Octal 150 226 313 61 32 0 24 324 61 74
Binary 1101000 10010110 11001011 110001 11010 0 10100 11010100 110001 111100

Color Harmonies of #6896CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896CB

Black with #6896CB

Text Example


Text Example

White with #6896CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6896CB; }

 p { color: rgb(104,150,203); }

 H1.HeaderClassName
 {
   color: #6896CB;
 }
 .AnyTagClassName
 {
   color: #6896CB;
 }
</style>

background-color css

<style>
 a { background-color: #6896CB; }

 a { background-color: rgb(104,150,203); }

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

border-color css

<style>
 span { border-color: #6896CB; }

 span { border-color: rgb(104,150,203); }

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