Html Css Color HEX #6B7FFE Cornflower Blue

📋 copy color: '#6B7FFE'

red 107 ◦ green 127 ◦ blue 254

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

Shades of Cornflower Blue #6B7FFE

Tints of Cornflower Blue #6B7FFE

RGB

 RED value IS 107 (42.19% from 255) = 21.93%

 GREEN value IS 127 (50% from 255) = 26.02%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 21.93%
G = 26.02%
B = 52.05%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B7FFE (or 0x6B7FFE) is known color: Cornflower Blue. HEX triplet: 6B, 7F and FE. RGB value is (107,127,254). Sum of RGB (Red+Green+Blue) = 107+127+254=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FFE is #948001. Grayscale: #868686. Windows color (decimal): -9732098 or 16678763. OLE color: 16678763.

HSL color Cylindrical-coordinate representation of color #6B7FFE: hue angle of 231.84º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7FFE is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 127 254 -
CMYK 0.58 0.50 0 0.00
HSL 231.84º 0.99% 0.71% -
HSV(B) 231.84º 0.58% 1% -
XYZ 31.54 25.46 97.02 -
YUV 135.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 107 127 254 0.58 0.50 0 0.00 231.84 0.99 0.71
Hex 6B 7F FE 3A 32 0 0 E8 63 47
Octal 153 177 376 72 62 0 0 350 143 107
Binary 1101011 1111111 11111110 111010 110010 0 0 11101000 1100011 1000111

Color Harmonies of #6B7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FFE

Black with #6B7FFE

Text Example


Text Example

White with #6B7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,127,254); }

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

background-color css

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

 a { background-color: rgb(107,127,254); }

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

border-color css

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

 span { border-color: rgb(107,127,254); }

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