Html Css Color HEX #6398C6 Picton Blue

📋 copy color: '#6398C6'

red 99 ◦ green 152 ◦ blue 198

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

Shades of Picton Blue #6398C6

Tints of Picton Blue #6398C6

RGB

 RED value IS 99 (39.06% from 255) = 22.05%

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 22.05%
G = 33.85%
B = 44.1%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6398C6 (or 0x6398C6) is known color: Picton Blue. HEX triplet: 63, 98 and C6. RGB value is (99,152,198). Sum of RGB (Red+Green+Blue) = 99+152+198=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #6398C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398C6 is #9C6739. Grayscale: #8D8D8D. Windows color (decimal): -10250042 or 13015139. OLE color: 13015139.

HSL color Cylindrical-coordinate representation of color #6398C6: hue angle of 207.88º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6398C6 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 152 198 -
CMYK 0.50 0.23 0 0.22
HSL 207.88º 0.46% 0.58% -
HSV(B) 207.88º 0.5% 0.78% -
XYZ 26.57 29.19 57.66 -
YUV 141.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 99 152 198 0.50 0.23 0 0.22 207.88 0.46 0.58
Hex 63 98 C6 32 17 0 16 D0 2E 3A
Octal 143 230 306 62 27 0 26 320 56 72
Binary 1100011 10011000 11000110 110010 10111 0 10110 11010000 101110 111010

Color Harmonies of #6398C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398C6

Black with #6398C6

Text Example


Text Example

White with #6398C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6398C6; }

 p { color: rgb(99,152,198); }

 H1.HeaderClassName
 {
   color: #6398C6;
 }
 .AnyTagClassName
 {
   color: #6398C6;
 }
</style>

background-color css

<style>
 a { background-color: #6398C6; }

 a { background-color: rgb(99,152,198); }

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

border-color css

<style>
 span { border-color: #6398C6; }

 span { border-color: rgb(99,152,198); }

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