Html Css Color HEX #6C8CFA Cornflower Blue

📋 copy color: '#6C8CFA'

red 108 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #6C8CFA

Tints of Cornflower Blue #6C8CFA

RGB

 RED value IS 108 (42.58% from 255) = 21.69%

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 21.69%
G = 28.11%
B = 50.2%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C8CFA (or 0x6C8CFA) is known color: Cornflower Blue. HEX triplet: 6C, 8C and FA. RGB value is (108,140,250). Sum of RGB (Red+Green+Blue) = 108+140+250=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CFA is #937305. Grayscale: #8E8E8E. Windows color (decimal): -9663238 or 16419948. OLE color: 16419948.

HSL color Cylindrical-coordinate representation of color #6C8CFA: hue angle of 226.48º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C8CFA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 140 250 -
CMYK 0.57 0.44 0 0.02
HSL 226.48º 0.93% 0.7% -
HSV(B) 226.48º 0.57% 0.98% -
XYZ 32.82 28.85 94.28 -
YUV 142.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 108 140 250 0.57 0.44 0 0.02 226.48 0.93 0.7
Hex 6C 8C FA 39 2C 0 2 E2 5D 46
Octal 154 214 372 71 54 0 2 342 135 106
Binary 1101100 10001100 11111010 111001 101100 0 10 11100010 1011101 1000110

Color Harmonies of #6C8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8CFA

Black with #6C8CFA

Text Example


Text Example

White with #6C8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8CFA; }

 p { color: rgb(108,140,250); }

 H1.HeaderClassName
 {
   color: #6C8CFA;
 }
 .AnyTagClassName
 {
   color: #6C8CFA;
 }
</style>

background-color css

<style>
 a { background-color: #6C8CFA; }

 a { background-color: rgb(108,140,250); }

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

border-color css

<style>
 span { border-color: #6C8CFA; }

 span { border-color: rgb(108,140,250); }

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