Html Css Color HEX #6178FF Cornflower Blue

📋 copy color: '#6178FF'

red 97 ◦ green 120 ◦ blue 255

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

Shades of Cornflower Blue #6178FF

Tints of Cornflower Blue #6178FF

RGB

 RED value IS 97 (38.28% from 255) = 20.55%

 GREEN value IS 120 (47.27% from 255) = 25.42%

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

R = 20.55%
G = 25.42%
B = 54.03%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6178FF (or 0x6178FF) is known color: Cornflower Blue. HEX triplet: 61, 78 and FF. RGB value is (97,120,255). Sum of RGB (Red+Green+Blue) = 97+120+255=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6178FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6178FF is #9E8700. Grayscale: #7F7F7F. Windows color (decimal): -10389249 or 16742497. OLE color: 16742497.

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

Color convert

RGB 97 120 255 -
CMYK 0.62 0.53 0 0
HSL 231.27º 1% 0.69% -
HSV(B) 231.27º 0.62% 1% -
XYZ 29.7 23.19 97.52 -
YUV 128.51 199.38 105.52 -
System Red Green Blue C M Y K H S L
Decimal 97 120 255 0.62 0.53 0 0 231.27 1 0.69
Hex 61 78 FF 3E 35 0 0 E7 64 45
Octal 141 170 377 76 65 0 0 347 144 105
Binary 1100001 1111000 11111111 111110 110101 0 0 11100111 1100100 1000101

Color Harmonies of #6178FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6178FF

Black with #6178FF

Text Example


Text Example

White with #6178FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,120,255); }

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

background-color css

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

 a { background-color: rgb(97,120,255); }

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

border-color css

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

 span { border-color: rgb(97,120,255); }

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