Html Css Color HEX #6398FF Cornflower Blue

📋 copy color: '#6398FF'

red 99 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #6398FF

Tints of Cornflower Blue #6398FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 19.57%
G = 30.04%
B = 50.4%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6398FF (or 0x6398FF) is known color: Cornflower Blue. HEX triplet: 63, 98 and FF. RGB value is (99,152,255). Sum of RGB (Red+Green+Blue) = 99+152+255=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #6398FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6398FF is #9C6700. Grayscale: #939393. Windows color (decimal): -10249985 or 16750691. OLE color: 16750691.

HSL color Cylindrical-coordinate representation of color #6398FF: hue angle of 219.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6398FF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 152 255 -
CMYK 0.61 0.40 0 0
HSL 219.62º 1% 0.69% -
HSV(B) 219.62º 0.61% 1% -
XYZ 34.42 32.33 99.03 -
YUV 147.9 188.44 93.12 -
System Red Green Blue C M Y K H S L
Decimal 99 152 255 0.61 0.40 0 0 219.62 1 0.69
Hex 63 98 FF 3D 28 0 0 DC 64 45
Octal 143 230 377 75 50 0 0 334 144 105
Binary 1100011 10011000 11111111 111101 101000 0 0 11011100 1100100 1000101

Color Harmonies of #6398FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398FF

Black with #6398FF

Text Example


Text Example

White with #6398FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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