Html Css Color HEX #6896CE Picton Blue

📋 copy color: '#6896CE'

red 104 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #6896CE

Tints of Picton Blue #6896CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 22.61%
G = 32.61%
B = 44.78%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6896CE (or 0x6896CE) is known color: Picton Blue. HEX triplet: 68, 96 and CE. RGB value is (104,150,206). Sum of RGB (Red+Green+Blue) = 104+150+206=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #6896CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896CE is #976931. Grayscale: #8E8E8E. Windows color (decimal): -9922866 or 13538920. OLE color: 13538920.

HSL color Cylindrical-coordinate representation of color #6896CE: hue angle of 212.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6896CE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 150 206 -
CMYK 0.50 0.27 0 0.19
HSL 212.94º 0.51% 0.61% -
HSV(B) 212.94º 0.5% 0.81% -
XYZ 27.76 29.21 62.57 -
YUV 142.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 104 150 206 0.50 0.27 0 0.19 212.94 0.51 0.61
Hex 68 96 CE 32 1B 0 13 D5 33 3D
Octal 150 226 316 62 33 0 23 325 63 75
Binary 1101000 10010110 11001110 110010 11011 0 10011 11010101 110011 111101

Color Harmonies of #6896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896CE

Black with #6896CE

Text Example


Text Example

White with #6896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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