Html Css Color HEX #608CFF Cornflower Blue

📋 copy color: '#608CFF'

red 96 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #608CFF

Tints of Cornflower Blue #608CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

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

R = 19.55%
G = 28.51%
B = 51.93%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#608CFF (or 0x608CFF) is known color: Cornflower Blue. HEX triplet: 60, 8C and FF. RGB value is (96,140,255). Sum of RGB (Red+Green+Blue) = 96+140+255=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #608CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CFF is #9F7300. Grayscale: #8B8B8B. Windows color (decimal): -10449665 or 16747616. OLE color: 16747616.

HSL color Cylindrical-coordinate representation of color #608CFF: hue angle of 223.4º 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 #608CFF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 140 255 -
CMYK 0.62 0.45 0 0
HSL 223.4º 1% 0.69% -
HSV(B) 223.4º 0.62% 1% -
XYZ 32.25 28.46 98.4 -
YUV 139.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 96 140 255 0.62 0.45 0 0 223.4 1 0.69
Hex 60 8C FF 3E 2D 0 0 DF 64 45
Octal 140 214 377 76 55 0 0 337 144 105
Binary 1100000 10001100 11111111 111110 101101 0 0 11011111 1100100 1000101

Color Harmonies of #608CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CFF

Black with #608CFF

Text Example


Text Example

White with #608CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608CFF; }

 p { color: rgb(96,140,255); }

 H1.HeaderClassName
 {
   color: #608CFF;
 }
 .AnyTagClassName
 {
   color: #608CFF;
 }
</style>

background-color css

<style>
 a { background-color: #608CFF; }

 a { background-color: rgb(96,140,255); }

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

border-color css

<style>
 span { border-color: #608CFF; }

 span { border-color: rgb(96,140,255); }

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