Html Css Color HEX #6075EF Cornflower Blue

📋 copy color: '#6075EF'

red 96 ◦ green 117 ◦ blue 239

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

Shades of Cornflower Blue #6075EF

Tints of Cornflower Blue #6075EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 21.24%
G = 25.88%
B = 52.88%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6075EF (or 0x6075EF) is known color: Cornflower Blue. HEX triplet: 60, 75 and EF. RGB value is (96,117,239). Sum of RGB (Red+Green+Blue) = 96+117+239=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #6075EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075EF is #9F8A10. Grayscale: #7C7C7C. Windows color (decimal): -10455569 or 15693152. OLE color: 15693152.

HSL color Cylindrical-coordinate representation of color #6075EF: hue angle of 231.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6075EF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 117 239 -
CMYK 0.60 0.51 0 0.06
HSL 231.19º 0.82% 0.66% -
HSV(B) 231.19º 0.6% 0.94% -
XYZ 26.77 21.44 84.39 -
YUV 124.63 192.54 107.58 -
System Red Green Blue C M Y K H S L
Decimal 96 117 239 0.60 0.51 0 0.06 231.19 0.82 0.66
Hex 60 75 EF 3C 33 0 6 E7 52 42
Octal 140 165 357 74 63 0 6 347 122 102
Binary 1100000 1110101 11101111 111100 110011 0 110 11100111 1010010 1000010

Color Harmonies of #6075EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075EF

Black with #6075EF

Text Example


Text Example

White with #6075EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6075EF; }

 p { color: rgb(96,117,239); }

 H1.HeaderClassName
 {
   color: #6075EF;
 }
 .AnyTagClassName
 {
   color: #6075EF;
 }
</style>

background-color css

<style>
 a { background-color: #6075EF; }

 a { background-color: rgb(96,117,239); }

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

border-color css

<style>
 span { border-color: #6075EF; }

 span { border-color: rgb(96,117,239); }

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