Html Css Color HEX #6898CB Picton Blue

📋 copy color: '#6898CB'

red 104 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #6898CB

Tints of Picton Blue #6898CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.12%

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

R = 22.66%
G = 33.12%
B = 44.23%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6898CB (or 0x6898CB) is known color: Picton Blue. HEX triplet: 68, 98 and CB. RGB value is (104,152,203). Sum of RGB (Red+Green+Blue) = 104+152+203=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #6898CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898CB is #976734. Grayscale: #8F8F8F. Windows color (decimal): -9922357 or 13342824. OLE color: 13342824.

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

Color convert

RGB 104 152 203 -
CMYK 0.49 0.25 0 0.20
HSL 210.91º 0.49% 0.6% -
HSV(B) 210.91º 0.49% 0.8% -
XYZ 27.72 29.71 60.77 -
YUV 143.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 104 152 203 0.49 0.25 0 0.20 210.91 0.49 0.6
Hex 68 98 CB 31 19 0 14 D3 31 3C
Octal 150 230 313 61 31 0 24 323 61 74
Binary 1101000 10011000 11001011 110001 11001 0 10100 11010011 110001 111100

Color Harmonies of #6898CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898CB

Black with #6898CB

Text Example


Text Example

White with #6898CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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