Html Css Color HEX #6897CB Picton Blue

📋 copy color: '#6897CB'

red 104 ◦ green 151 ◦ blue 203

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

Shades of Picton Blue #6897CB

Tints of Picton Blue #6897CB

RGB

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

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

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

R = 22.71%
G = 32.97%
B = 44.32%

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

#6897CB (or 0x6897CB) is known color: Picton Blue. HEX triplet: 68, 97 and CB. RGB value is (104,151,203). Sum of RGB (Red+Green+Blue) = 104+151+203=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #6897CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897CB is #976834. Grayscale: #8E8E8E. Windows color (decimal): -9922613 or 13342568. OLE color: 13342568.

HSL color Cylindrical-coordinate representation of color #6897CB: hue angle of 211.52º 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 #6897CB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 151 203 -
CMYK 0.49 0.26 0 0.20
HSL 211.52º 0.49% 0.6% -
HSV(B) 211.52º 0.49% 0.8% -
XYZ 27.56 29.39 60.72 -
YUV 142.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 104 151 203 0.49 0.26 0 0.20 211.52 0.49 0.6
Hex 68 97 CB 31 1A 0 14 D4 31 3C
Octal 150 227 313 61 32 0 24 324 61 74
Binary 1101000 10010111 11001011 110001 11010 0 10100 11010100 110001 111100

Color Harmonies of #6897CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6897CB

Black with #6897CB

Text Example


Text Example

White with #6897CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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