Html Css Color HEX #6398CF Picton Blue

📋 copy color: '#6398CF'

red 99 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #6398CF

Tints of Picton Blue #6398CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 21.62%
G = 33.19%
B = 45.2%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6398CF (or 0x6398CF) is known color: Picton Blue. HEX triplet: 63, 98 and CF. RGB value is (99,152,207). Sum of RGB (Red+Green+Blue) = 99+152+207=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6398CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398CF is #9C6730. Grayscale: #8E8E8E. Windows color (decimal): -10250033 or 13604963. OLE color: 13604963.

HSL color Cylindrical-coordinate representation of color #6398CF: hue angle of 210.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6398CF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 152 207 -
CMYK 0.52 0.27 0 0.19
HSL 210.56º 0.53% 0.6% -
HSV(B) 210.56º 0.52% 0.81% -
XYZ 27.64 29.61 63.29 -
YUV 142.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 99 152 207 0.52 0.27 0 0.19 210.56 0.53 0.6
Hex 63 98 CF 34 1B 0 13 D3 35 3C
Octal 143 230 317 64 33 0 23 323 65 74
Binary 1100011 10011000 11001111 110100 11011 0 10011 11010011 110101 111100

Color Harmonies of #6398CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398CF

Black with #6398CF

Text Example


Text Example

White with #6398CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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