Html Css Color HEX #6C7FFB Cornflower Blue

📋 copy color: '#6C7FFB'

red 108 ◦ green 127 ◦ blue 251

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

Shades of Cornflower Blue #6C7FFB

Tints of Cornflower Blue #6C7FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 22.22%
G = 26.13%
B = 51.65%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C7FFB (or 0x6C7FFB) is known color: Cornflower Blue. HEX triplet: 6C, 7F and FB. RGB value is (108,127,251). Sum of RGB (Red+Green+Blue) = 108+127+251=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C7FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7FFB is #938004. Grayscale: #868686. Windows color (decimal): -9666565 or 16482156. OLE color: 16482156.

HSL color Cylindrical-coordinate representation of color #6C7FFB: hue angle of 232.03º degrees, saturation: 0.95, 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 #6C7FFB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 127 251 -
CMYK 0.57 0.49 0 0.02
HSL 232.03º 0.95% 0.7% -
HSV(B) 232.03º 0.57% 0.98% -
XYZ 31.19 25.33 94.51 -
YUV 135.46 193.21 108.42 -
System Red Green Blue C M Y K H S L
Decimal 108 127 251 0.57 0.49 0 0.02 232.03 0.95 0.7
Hex 6C 7F FB 39 31 0 2 E8 5F 46
Octal 154 177 373 71 61 0 2 350 137 106
Binary 1101100 1111111 11111011 111001 110001 0 10 11101000 1011111 1000110

Color Harmonies of #6C7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7FFB

Black with #6C7FFB

Text Example


Text Example

White with #6C7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,127,251); }

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

background-color css

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

 a { background-color: rgb(108,127,251); }

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

border-color css

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

 span { border-color: rgb(108,127,251); }

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