Html Css Color HEX #6078FC Cornflower Blue

📋 copy color: '#6078FC'

red 96 ◦ green 120 ◦ blue 252

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

Shades of Cornflower Blue #6078FC

Tints of Cornflower Blue #6078FC

RGB

 RED value IS 96 (37.89% from 255) = 20.51%

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 20.51%
G = 25.64%
B = 53.85%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6078FC (or 0x6078FC) is known color: Cornflower Blue. HEX triplet: 60, 78 and FC. RGB value is (96,120,252). Sum of RGB (Red+Green+Blue) = 96+120+252=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #6078FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6078FC is #9F8703. Grayscale: #7F7F7F. Windows color (decimal): -10454788 or 16545888. OLE color: 16545888.

HSL color Cylindrical-coordinate representation of color #6078FC: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6078FC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 120 252 -
CMYK 0.62 0.52 0 0.01
HSL 230.77º 0.96% 0.68% -
HSV(B) 230.77º 0.62% 0.99% -
XYZ 29.11 22.95 94.99 -
YUV 127.87 198.05 105.27 -
System Red Green Blue C M Y K H S L
Decimal 96 120 252 0.62 0.52 0 0.01 230.77 0.96 0.68
Hex 60 78 FC 3E 34 0 1 E7 60 44
Octal 140 170 374 76 64 0 1 347 140 104
Binary 1100000 1111000 11111100 111110 110100 0 1 11100111 1100000 1000100

Color Harmonies of #6078FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078FC

Black with #6078FC

Text Example


Text Example

White with #6078FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6078FC; }

 p { color: rgb(96,120,252); }

 H1.HeaderClassName
 {
   color: #6078FC;
 }
 .AnyTagClassName
 {
   color: #6078FC;
 }
</style>

background-color css

<style>
 a { background-color: #6078FC; }

 a { background-color: rgb(96,120,252); }

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

border-color css

<style>
 span { border-color: #6078FC; }

 span { border-color: rgb(96,120,252); }

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