Html Css Color HEX #6897CE Picton Blue

📋 copy color: '#6897CE'

red 104 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #6897CE

Tints of Picton Blue #6897CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

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

R = 22.56%
G = 32.75%
B = 44.69%

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

#6897CE (or 0x6897CE) is known color: Picton Blue. HEX triplet: 68, 97 and CE. RGB value is (104,151,206). Sum of RGB (Red+Green+Blue) = 104+151+206=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #6897CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897CE is #976831. Grayscale: #8E8E8E. Windows color (decimal): -9922610 or 13539176. OLE color: 13539176.

HSL color Cylindrical-coordinate representation of color #6897CE: hue angle of 212.35º 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 #6897CE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 151 206 -
CMYK 0.50 0.27 0 0.19
HSL 212.35º 0.51% 0.61% -
HSV(B) 212.35º 0.5% 0.81% -
XYZ 27.92 29.53 62.62 -
YUV 143.22 163.43 100.03 -
System Red Green Blue C M Y K H S L
Decimal 104 151 206 0.50 0.27 0 0.19 212.35 0.51 0.61
Hex 68 97 CE 32 1B 0 13 D4 33 3D
Octal 150 227 316 62 33 0 23 324 63 75
Binary 1101000 10010111 11001110 110010 11011 0 10011 11010100 110011 111101

Color Harmonies of #6897CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6897CE

Black with #6897CE

Text Example


Text Example

White with #6897CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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